Description Usage Arguments Details Value References Examples
Function that use raster::extract() to extract information from the original image using fieldShape file as reference.
1 |
mosaic |
object of class stack. |
fieldShape |
plot shape file, please use first the function fieldShape(). |
fun |
function to summarize the values (e.g. mean). |
plot |
if is TRUE the original and crop image will be plotted. |
buffer |
negative values should be used to remove boundaries from neighbor plot (normally the unit is meters, please use values as 0.1 = 10 cm). |
n.core |
number of cores to use for multicore processing (Parallel). |
... |
please see raster::extract() for more options. |
The function returns a data frame with values by plots, and a new reduced image with format stack.
List with a data frame with values by plot and experimental field image with format stack.
Matias et al. (2019) FIELDimageR: A R Package to Analyze Orthomosaic Images from Agricultural Field Trials. (submitted)
1 | ##see Vignette at https://github.com/filipematias23/FIELDimageR
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.