View source: R/Plotting_Functions.R
Construct_contour | R Documentation |
This function takes the Lat Longs that form a range around which a smooth contour is required. The contour is calculated base on kernal density estimation. This function uses the kde
function of the ks
Kernel Smoothing package and contourLines
function of grDevices
package.
Construct_contour(LatLongs)
LatLongs |
A dataframe with a 'Lats' column and a 'Longs' column containing all latitude-longitude co-ordinates that are to form the basis upon which the contour is formed. |
Contour polygon
Anna Rudzinski
Ardern Hulme-Beaman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.