Description Usage Arguments Details Value References Examples
Graphic visualization of trait values for each plot using the fieldShape file and original image.
1 | fieldPlot(fieldShape,fieldAttribute, mosaic=NULL, color=c("white","black"), alpha = 0.5, legend.position="right", na.color="gray", classes=5, round=3)
|
fieldShape |
plot shape file, please use first the function getInfo(). |
fieldAttribute |
attribute or trait which the values will fill the plots, please use first the function getInfo(). |
color |
colors to interpolate, must be a valid argument. |
mosaic |
object of class stack that is not necessary, but if provided will be plotted with the fieldShape file. |
alpha |
transparency with values between 0 and 1. |
legend.position |
legend position. |
na.color |
color of missing values "NA". |
classes |
number of classes at the legend. |
round |
number of decimal digits at the legend. |
The function returns a image with the fieldShape file filled with trait value for each plot.
Graphic visualization of extracted values.
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.