Hi Chris,
I am currently running through the vignette as practice for my own project, and I would like to overlay the adke object onto some spatial habitat data. I would then like to clip the adke object to the associated habitat data used by an individual.
I am looking to extract the middle 95% contour from the UD2 object and convert it into a spatial object/polygon that includes the spatial extent of the middle 95% contour.
Looking at the cran information for the package, I am wondering if using the spatialpolygonsdataframe.UD is the appropriate method of converting the object to a polygon and that the level.UD is the correct argument to be used to determine the middle contour.
I am a little confused on the difference between using the different export tools from cran like SpatialPointsDataframe.telemetry vs. SpatialPolygonsdataframe.UD, SpatialPolygonsDataframe.telemetry etc.
UD2spatialpolygon<- SpatialPolygonsDataFrame.UD(UD2,level.UD=0.95,level=0.95)
Thanks,
Carl