TimeGridDensity: Time Grid Density

Description Usage Arguments Value Examples

View source: R/TimeGridDensity.R

Description

TimeGridDensity() is a convenient function for controlling if the time grid is enough dense. It is possible to save the plot in a pdf specifying the path.

Usage

1
TimeGridDensity(alldata, save = FALSE, path = NULL)

Arguments

alldata

List containing the number of observations per each curve (called LenCurv), and a data frame constituted from the curves' ID, observed values and the respective times. It is generated automatically from the function DataImport().

save

When TRUE (the default is FALSE), it is possible to save the plot in a pdf.

path

Path to save plot to (combined with filename).

Value

The time grid density plot as a ggplot object.

Examples

1
to write...

mbeccuti/Prova documentation built on May 20, 2019, 5:26 p.m.