| ggplot {funData} | R Documentation |
ggplot Graphics for Functional Data Objects
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
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 |
... |
Further parameters passed to the class-specific methods. |
add |
Logical. If |
Details
In the default case, this function calls ggplot (if available).
Value
A ggplot object
See Also
ggplot,
autoplot, autolayer
from package ggplot2
[Package funData version 1.3-9 Index]