testLwd {PBSmodelling} | R Documentation |
User can specify particular ranges for lwd. Colours can also be specified and are internally repeated as necessary.
testLwd(lwd=1:20, col=c("black","blue"), newframe=TRUE)
lwd |
line widths to test |
col |
colours to test |
newframe |
if true, create a new blank frame, otherwise overlay current frame |
testLwd(3:15,col=c("salmon","aquamarine","gold"))