View source: R/encloseVarBoundaries.R
encloseVarBoundaries | R Documentation |
This function computes a polygon boundary that encloses each unique variable (i.e. testNoRep or block). Simply put, if you want a polygon boundary for each variable associated with a specific header name, this is the function to do it. You can use it to "block" each testNoRep. The output of this function is a SpatialPolygonsDataFrame. The names features of the SpatialPolygonsDataFrame are called "blocks".
encloseVarBoundaries(fieldBookLLSPDF,variable)
fieldBookLLSPDF |
fieldBook Spatial Points Data Frame |
variable |
Variable with elements to enclose |
This function returns polygon boundaries enclosing unique variable input.
SpatialPolygonsDataFrame with polygon boundaries enclosing unique variable input.
##Vignette at https://github.com/cb-agr/agriPlot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.