plotAsDatalist: Quickly plot data

plotAsDatalistR Documentation

Quickly plot data

Description

Converts data to datalist and then uses plotData.

Usage

plotAsDatalist(data, ..., smooth = T, se = FALSE)

Arguments

data

data.frame at least with standard names name time value sigma and covariates

...

arguments going to plotData.datalist

smooth

add a geom_smooth layer on top

se

TRUE: add the se of the geom_smoothing


dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.