Description Usage Arguments Examples
View source: R/stat_filledcontour.R
filled contour stat for ggplot2
1 2 3 4 5 6 7 8 9 10 |
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
interpolate |
If |
... |
Other arguments passed on to |
1 2 3 | ggplot(iris, aes(x = Sepal.Length, y = Petal.Length)) +
stat_filledcontour(aes(fill=stat(z))) +
scale_fill_viridis_c()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.