View source: R/qts-sample-class.R
autoplot.qts_sample | R Documentation |
qts_sample
objectsThis function creates a visualization of a sample of QTS and returns the corresponding ggplot2::ggplot object which enable further customization of the plot.
## S3 method for class 'qts_sample'
autoplot(
object,
memberships = NULL,
highlighted = NULL,
with_animation = FALSE,
...
)
object |
An object of class |
memberships |
A vector coercible as factor specifying a group membership
for each QTS in the sample. Defaults to |
highlighted |
A boolean vector specifying whether each QTS in the sample
should be hightlighted. Defaults to |
with_animation |
A boolean value specifying whether to create a an
animated plot or a static ggplot2::ggplot object. Defaults to |
... |
Further arguments to be passed to methods. |
A ggplot2::ggplot object.
ggplot2::autoplot(vespa64$igp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.