View source: R/findIntersectingPlots.R
findIntersectingPlots | R Documentation |
findIntersectingPlots takes a fieldBookLL (i.e. output from agriPlot) and a given set of coordinates (i.e. pointsOfInterest) and outputs intersecting plots at a user-specified distance.
findIntersectingPlots(fieldBookLL,pointsOfInterest,distance)
fieldBookLL |
agriPlot fieldBook output with Longitiude and Latitude for each plot |
pointsOfInterest |
Longitude and Latitude coordinates for points of interest. Input should be dataframe or matrix |
distance |
the distance threshold in meters for where a plot intersects with a points of interest. Plots that have a distance less than the threshold are output as intersecting. |
The function returns a data frame with long/lat values for each plot in a fieldBook that intersects with pointsOfInterest based on a defined distance
Intersecting plots
##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.