plot.soil_cover_tibble {SoilManageR} | R Documentation |
Plotting soil_cover_tibbles
Description
This function plots objects of the class soil_cover_tibble in a custom format
Usage
## S3 method for class 'soil_cover_tibble'
plot(x, ...)
Arguments
x |
an soil_cover_tibble object |
... |
arguments to be passed to methods |
Value
none, it plots the soil_cover_tibble
Examples
data <- soil_cover(EXAMPLE_data, extended.output = TRUE)
plot(data)
[Package SoilManageR version 1.0.1 Index]