Method for returning variety of plots for model summary of class 'monotone'
# S3 method for summary.monotone
plot(x, plot.type = "mean", val = c(), time = c(), ...)A plot of distributed lag effect estimated with monotone-TDLNM
object of class 'summary.monotone', output of summary of 'monotone'
string indicating plot type, options are 'mean' (default) which shows mean exposure-time response surface, 'se', 'ci-min', 'ci-max', 'slice' which takes a slice of the plot at a given 'val' or 'time', 'animate' which creates a animation of slices of the surface plot across exposure values (requires package gganimate)
exposure value for slice plot
time value for slice plot
additional parameters to alter plots: 'main', 'xlab', 'ylab', 'flab' which sets the effect label for surface plots, 'start.time' which sets the first time value
plot.summary.monotone