autoplot.hspt_d | R Documentation |
Plot the output produced by hotspot_change
with reasonable
default values.
## S3 method for class 'hspt_d'
autoplot(object, ...)
## S3 method for class 'hspt_d'
autolayer(object, ...)
object |
An object with the class |
... |
Currently ignored, but may be used for further options in future. |
A ggplot
object.
This function returns a ggplot
object, meaning you can further control
the appearance of the plot by adding calls to further ggplot2
functions.
autolayer(hspt_d)
: Create a ggplot layer of change in grid counts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.