View source: R/plot.soil_cover_tibble.R
| plot.soil_cover_tibble | R Documentation |
This function plots objects of the class soil_cover_tibble in a custom format
## S3 method for class 'soil_cover_tibble'
plot(x, ...)
x |
an soil_cover_tibble object |
... |
arguments to be passed to methods |
none, it plots the soil_cover_tibble
data <- soil_cover(EXAMPLE_data, extended.output = TRUE)
plot(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.