[R-sig-Geo] plotKML - html.table description block

2016-06-17 Thread twah
Hi I would like to use the plotKML package to create a KML file for google earth. Specifically, I intend to display several attributes of a spatial points dataframe. How do I define the argument "html.table" as in the function "kml_layer.SpatialPoints" in order to display a description block

[R-sig-Geo] spTransform / SpatialPixelsDataFrame

2016-04-21 Thread twah
Hello I would like to reproject a SpatialPixelsDataFrame, changing the CRS. I am trying to use the command "spTransform" from the package "sp". Unfortunately, the command results in a SpatialPointsDataFrame, which is not desired. My SpatialPixelsDataFrame has proj4string +init=epsg:21781

[R-sig-Geo] errorsarlm from spdep package / error message

2016-04-11 Thread twah
Hi all I am trying to debug my R project. As I invoke the "errorsarlm" function from the "spdep" package, I am getting the following error: Error in as.vector(residuals(lm.target)) : '.SigArgs' is shorter than '.SigLength' says it should be I have no clue why this error message arises. An