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)
Run the code above in your browser using DataLab