- x
object of class gcBootSpline
, created with growth.gcBootSpline
.
- pch
(Numeric) Symbol used to plot data points.
- colData
(Numeric or character) Contour color of the raw data circles.
- deriv
(Logical) Show the derivatives (i.e., slope) over time in a secondary plot (TRUE
) or not (FALSE
).
- colSpline
(Numeric or character) Spline line colour.
- cex.point
(Numeric) Size of the raw data points.
- cex.lab
(Numeric) Font size of axis titles.
- cex.axis
(Numeric) Font size of axis annotations.
- lwd
(Numeric) Spline line width.
- y.lim
(Numeric vector with two elements) Optional: Provide the lower (l
) and upper (u
) bounds on y-axis of the growth curve plot as a vector in the form c(l, u)
. If only the lower or upper bound should be fixed, provide c(l, NA)
or c(NA, u)
, respectively.
- x.lim
(Numeric vector with two elements) Optional: Provide the lower (l
) and upper (u
) bounds on the x-axis of both growth curve and derivative plots as a vector in the form c(l, u)
. If only the lower or upper bound should be fixed, provide c(l, NA)
or c(NA, u)
, respectively.
- y.lim.deriv
(Numeric vector with two elements) Optional: Provide the lower (l
) and upper (u
) bounds on the y-axis of the derivative plot as a vector in the form c(l, u)
. If only the lower or upper bound should be fixed, provide c(l, NA)
or c(NA, u)
, respectively.
- plot
(Logical) Show the generated plot in the Plots
pane (TRUE
) or not (FALSE
).
- export
(Logical) Export the generated plot as PDF and PNG files (TRUE
) or not (FALSE
).
- height
(Numeric) Height of the exported image in inches.
- width
(Numeric) Width of the exported image in inches.
- out.dir
(Character) Name or path to a folder in which the exported files are stored. If NULL
, a "Plots" folder is created in the current working directory to store the files in.
- combine
(Logical) Indicate whether both growth curves and parameter plots shall be shown within the same window.
- ...
Further arguments to refine the generated base R plot.