Methods defined for objects returned from the loa_lme.
Arguments
- x
object of class
loa_mermod.- ...
further arguments passed through, see description of return value for details.
loa_mixed.- x_label
Label for x-axis.
- y_label
Label for y-axis.
- geom
String naming the type of geometry to display the data points. Default is "geom_point". Other options include: "geom_bin2d", "geom_density_2d", "geom_density_2d_filled", and "stat_density_2d".
- smooth_method
Smoothing method (function) to use, accepts either NULL or a character vector, e.g. "lm", "glm", "gam", "loess" or a function. Default is NULL, which will not include a trend line.
- smooth_se
Display confidence interval around smooth?