SP.Mean_Fairburn_NPN <-SpatialPolygonsDataFrame.UD(Mean_Fairburn_NPN, convex = FALSE, level.UD=c(0.95,0.5),level=0.95) # create shapefile in ctmm
rgdal::writeOGR(SP.Mean_Fairburn_NPN,dsn=".",layer="Mean_Fairburn_NPN", driver="ESRI Shapefile", overwrite = TRUE)
# Save UD's from homerange list as shapefiles
for(i in
1:length(hrange_list)){
SP.hrange_list <-SpatialPolygonsDataFrame.UD(hrange_list[[i]],level.UD=c(0.95,0.5),level=0.95)
rgdal::writeOGR(SP.hrange_list,dsn=getwd(),layer=paste(list(names(hrange_list[i])),sep="_"), driver="ESRI Shapefile", overwrite = TRUE)
}
You received this message because you are subscribed to the Google Groups "ctmm R user group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ctmm-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ctmm-user/449744571.5786548.1739185973433%40mail.yahoo.com.