| ggplot | R Documentation |
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.
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, ...)
data |
A |
... |
Further parameters passed to the class-specific methods. |
add |
Logical. If |
In the default case, this function calls ggplot (if available).
A ggplot object
ggplot,
autoplot, autolayer
from package ggplot2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.