plot.aggrmodel: Plot fit's mean curve

Description Usage Arguments Value

View source: R/modelCheckFunctions.R

Description

Plot fit's mean curve

Usage

1
2
## S3 method for class 'aggrmodel'
plot(object, scales = "fixed", CI = TRUE, sub_temp = TRUE, temps = NULL)

Arguments

object

aggrmodel object fit

scales

Character value indicating if scales should be 'fixed' or 'free' in the ggplot

CI

Logical. Plot mean curves confidence interval (default:TRUE)

sub_temp

When with double functional component, plot only the 3 first quartiles (default:TRUE)

temps

Points of second functional component to be evaluated. If empty, it will use the 3 first quartiles

Value

ggplot plot object


gabrielfranco89/aggrmodel documentation built on June 1, 2020, 8:57 a.m.