I calculated a homerange using the adehabitatHR-packaged, "plotted" it and
now I want to export the image (image with the contourlines) to google maps.
I just don't get how to do that. 
Here is something like my image: 

library(adehabitatHR)
kudl  <-  kernelUD(puechabonsp$relocs[,  1],  h  =  "LSCV")
vud  <-  getvolumeUD(kudl)
image(vud[[1]])
xyzv  <-  as.image.SpatialGridDataFrame(vud[[1]])
contour(xyzv,  add=TRUE)

To create a KML I thought I'd use 'plotKML'.

But I don't get it. Does anyone have any idea? 







--
View this message in context: 
http://r.789695.n4.nabble.com/export-home-range-image-to-google-earth-alternatively-a-shapefile-tp4648705.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to