- x
A gcFittedModel object created with growth.gcFitModel or stored within a grofit or gcFit object created with growth.workflow or growth.gcFit, respectively.
- raw
(Logical) Show the raw data within the plot (TRUE) or not (FALSE).
- pch
(Numeric) Symbol used to plot data points.
- colData
(Numeric or Character) Color used to plot the raw data.
- equation
(Logical) Show the equation of the fitted model within the plot (TRUE) or not (FALSE).
- eq.size
(Numeric) Provide a value to scale the size of the displayed equation.
- colModel
(Numeric or Character) Color used to plot the fitted model.
- basesize
(Numeric) Base font size.
- cex.point
(Numeric) Size of the raw data points.
- lwd
(Numeric) Spline line width.
- x.lim
(Numeric vector with two elements) Optional: Provide the lower (l) and upper (u) bounds on the x-axis 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
(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.
- n.ybreaks
(Numeric) Number of breaks on the y-axis. The breaks are generated using scales::pretty_breaks. Thus, the final number of breaks can deviate from the user input.
- plot
(Logical) Show the generated plot in the Plots pane (TRUE) or not (FALSE). If FALSE, a ggplot object is returned.
- 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.
- ...
Further arguments to refine the generated ggplot2 plot.