Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hi, is it possible to have different legends for each subplot in a figure produced by spplot() ? Thanks, Ingo
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110114/85d047e0/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110518/35a27c7e/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110215/f5358037/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130827/426a2bc3/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20071109/92658471/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20071116/069e5179/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20090526/9bad7799/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120808/692f7bf1/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130305/cc11da3f/attachment.pl>
Hi David, Petr, sorry for the fuzzy posts. I oversaw that it was just the transposed version as you indicate. Does exactly what it should. Many thanks, Ingo
Hi, I want to read a ascii-file using the function read.table. With 'skip' and 'nrows' I can select the rows to read from this file. Is there a way to select columns (in the selected rows)? Thanks, Ingo
Hi, I have a SpatialGridDataFrame and want to plot it with spplot(). Is it possible to plot only the grids that have a special value (eg. 312)? If it is not possible to do this with spplot() how would it...
Hi, this sounds like a stupid question, however: I have a SpatialGridDataFrame (SGDF) and want to cut a rectangular subregion from this SGDF to a new sub-region-SGDF. Is it possible to define a new bounding-box with two...
Dear R-help team, I am trying to run "R" on my Intel-based Mac. I have installed R, X11 and Tcl/TK (I thought), but the GUI doesn't run. My system administrator doesn't support R and therefore...
Hi, I use spplot to display the values of a SpatialPointsDataFrame. spplot(SPDF[,"var1"], col.regions=rainbow(100), pch =16) I have different types of locations (forests, pastures, etc) and would like to change the "point character" (pch) according to...
Are any seasonal adjustment programs, like Tramo/Seats, Census X12 ARIMA or Berliner Verfahren implemented in R? I am doing a simulation study and I don't know how to adjust the series in R. The possibility to access external...
Hi, I changed a specific value in the dataframe of a SpatialPolygonsDataFrame in the following way: SPDF[["Name"]][1] <- 1 This needed a very long time (about 10 seconds). I have two questions: Is there a faster way to do...
Hi, I would like to add data to a SpatialGridDataFrame (SGDF) in a loop. Something like for (i in 1:20){ .... SGDF[,,i] <- sgdf[,,1] } # sgdf is a SpatialGridDataFrame which is modified in the loop I get the error message...
Hallo, I try to use function remove.holes (library wild1) to remove holes from a SPDF. If test is a SPDF. It works with for(i in (1:length(test at polygons))){ test at polygons[[i]] <- remove.holes(test at...
Can't find what you're looking for? Try searching with Google .