ggplot: ggplot Graphics for Functional Data Objects

Description Usage Arguments Details Value See Also

Description

This function is deprecated. Use autoplot.funData / autolayer.funData for funData objects, autoplot.multiFunData for multiFunData objects and autoplot.irregFunData / autolayer.irregFunData for irregFunData objects instead.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ggplot(data, ...)

## S4 method for signature 'funData'
ggplot(data, add = FALSE, ...)

## S4 method for signature 'multiFunData'
ggplot(data, ...)

## S4 method for signature 'irregFunData'
ggplot(data, add = FALSE, ...)

Arguments

data

A funData, multiFunData or irregFunData object.

...

Further parameters passed to the class-specific methods.

add

Logical. If TRUE, add to current plot (only for one-dimensional functions). Defaults to FALSE.

Details

In the default case, this function calls ggplot (if available).

Value

A ggplot object

See Also

ggplot, autoplot, autolayer from package ggplot2


funData documentation built on Oct. 17, 2021, 5:06 p.m.