pa_check_yield | R Documentation |
This function will check for red flags so the user can know of potential problems before using the pa_yield functions
pa_check_yield(input, algorithm = c("all", "simple", "ritas"))
input |
an sf object containing the input data from a yield monitor |
algorithm |
for which algorithm should the function check the data. Different algorithms require different information to be present in the input data set. |
This function will check the input yield data for any potential problems before the user runs the 'pa_yield()' function. Ideally, this function warn the user of potential problems.
object of class check.yield
Caio dos Santos and Fernando Miguez
extd.dir <- system.file("extdata", package = "pacu")
raw.yield <- sf::read_sf(file.path(extd.dir, '2012-basswood.shp'),
quiet = TRUE)
chk <- pa_check_yield(raw.yield)
chk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.