plot.EBVmetric: EBV-metric plot

Description Usage Arguments Value Author(s) Examples

Description

A plot of EBVmetric is printed.

Usage

1
2
## S3 method for class 'EBVmetric'
plot(x, ...)

Arguments

x

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

...

Further arguments not implemented here.

Value

plot.

Author(s)

Wilson Lara <wilarhen@temple.edu>, Victor Gutierrez-Velez <victorhugo@temple.edu>

Examples

1
2
3
4
5
6
 
 mpio <- 'Uribia'
 msk <- FCMask(mpio, year = 10:17)
 met <- EBVmetric(msk, what = 'lsm_l_frac_mn')
 plot(met)
 

forestChange documentation built on March 26, 2020, 7:26 p.m.