plotControl {lcc} | R Documentation |
lcc
ClassThe values supplied in the plotControl()
call
replace the defaults, and a list
with all settings
is returned.
plotControl(
plot = TRUE,
shape = 1,
colour = "black",
size = 0.5,
xlab = "Time",
ylab = "LCC"
)
plot |
an optional to include an initial plot. If |
shape |
Draw points considering a shape parameter. Legal shape
values are the numbers 0 to 25, and 32 to 127; see
|
colour |
an specification for lines color. Default is
|
size |
an specification for lines size. Should be specified
with a numerical value (in millimetres); see
|
xlab |
a title for the |
ylab |
title for the |
a list with components for each of the possible arguments.
No return value, called for side effects
Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br