timeplot | R Documentation |
Timeplot for Combined Effects
timeplot(
object,
factor,
time,
comb,
comp = 1,
ylim,
x_time = FALSE,
xlab = time,
ylab = paste0("Score ", comp),
lwd = 2,
...
)
object |
|
factor |
|
time |
|
comb |
|
comp |
|
ylim |
|
x_time |
|
xlab |
|
ylab |
|
lwd |
|
... |
additional arguments to |
Nothing
data("caldana")
mod.comb <- asca(compounds ~ time + comb(light + light:time), data=caldana)
# Default time axis
timeplot(mod.comb, factor="light", time="time", comb=2)
# Non-equispaced time axis (using time levels)
timeplot(mod.comb, factor="light", time="time", comb=2, x_time=TRUE)
# Second component
timeplot(mod.comb, factor="light", time="time", comb=2, comp=2, x_time=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.