Learn R Programming

SoilManageR (version 1.0.1)

plot.soil_cover_tibble: Plotting soil_cover_tibbles

Description

This function plots objects of the class soil_cover_tibble in a custom format

Usage

# S3 method for soil_cover_tibble
plot(x, ...)

Value

none, it plots the soil_cover_tibble

Arguments

x

an soil_cover_tibble object

...

arguments to be passed to methods

Examples

Run this code
# \donttest{
  data <- soil_cover(EXAMPLE_data, extended.output = TRUE)
  plot(data)
# }


Run the code above in your browser using DataLab