powered by
Display line widths. User can specify particular ranges for lwd. Colours can also be specified and are internally repeated as necessary.
lwd
testLwd(lwd=1:20, col=c("black","blue"), newframe=TRUE)
line widths to display. Ranges can be specified.
colours to use for lines. Patterns are repeated if length(lwd) > length(col)
length(lwd) > length(col)
if TRUE, create a new blank frame, otherwise overlay current frame.
TRUE
# NOT RUN { local(envir=.PBSmodEnv,expr={ testLwd(3:15,col=c("salmon","aquamarine","gold")) }) # }
Run the code above in your browser using DataLab