View source: R/geom_pm25Points.R
geom_pm25Points | R Documentation |
This is a wrapper around geom_point
with default
aesthetics.
geom_pm25Points(
mapping = NULL,
data = NULL,
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
stat = "identity",
...
)
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
position |
A position adjustment to use on the data for this layer. This
can be used in various ways, including to prevent overplotting and
improving the display. The
|
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
stat |
The statistical transformation to use on the data for this layer.
When using a
|
... |
Other arguments passed on to
|
library(AirMonitorPlots)
AirMonitor::Carmel_Valley %>%
ggplot_pm25Timeseries() +
geom_pm25Points()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.