Internal function for plotting methods
plot_internal(
pred,
data,
onepage = TRUE,
xlim,
ylim,
xlabs,
ylabs,
col.traj = "black",
lty.traj = 1,
col.conf = "black",
lty.conf = 4,
add = FALSE,
...
)prediction objects
observed data
(logical) print all figures on one page?
x coordinates range
y coordinates range
a label for the x axis
a label for the y axis
colour of the estimated trajectory
line type of the estimated trajectory
colour of the confidence intervals
line type of the confidence intervals
add to another plot?
additional arguments to be passed on to the plot function