Learn R Programming

forestChange (version 1.0)

plot.EBVmetric: EBV-metric plot

Description

A plot of EBVmetric is printed.

Usage

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

Arguments

x

tibble. Data set of metrics such as that produced by EBVmetric.

...

Further arguments not implemented here.

Value

plot.

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
 mpio <- 'Uribia'
 msk <- FCMask(mpio, year = 10:17)
 met <- EBVmetric(msk, what = 'lsm_l_frac_mn')
 plot(met)
 
# }

Run the code above in your browser using DataLab