Hi all,
I'm trying to get similar summary information as from AKDEs but for occurrence distributions (ODs). The summary() command when used with an OD shows errors like so:
> occur_summary_1_90 <- summary(OCCUR.85046, level.UD = 0.90, level = 0.95)
Error in if (any(I)) { : missing value where TRUE/FALSE needed
.. and when trying to use summary.UD():
> occur_summary_1_90 <- summary.UD(OCCUR.85046, level.UD = 0.90, level = 0.95)
Error in summary.UD(OCCUR.85046, level.UD = 0.9, level = 0.95) :
could not find function "summary.UD"
This isn't the biggest deal, as I've exported my rasters and shapefiles for ArcGIS already and am proficient enough with ArcGIS to do what I'd like, but I was just wondering:
1) Is my inability to use summary() for ODs on purpose, or is there a problem with my code/R/ctmm package?
2) Does it make sense to get 50/90 contours, or any "area" calculation, for ODs? My thoughts are that since it's only giving an estimate of where the animal may have been able to go between locations, perhaps an area estimate is unnecessary.
Thanks for any feedback!
Chris