other supplementary matter from
landing pages.
Many thanks to all contributors - especially reviewers and authors.
Best wishes,
Roger
--
Roger Bivand
Department of Economics, Norwegian School of Economics,
Helleveien 30, N-5045 Bergen, Norway.
voice: +47 55 95 93 55; e-mail: roger.biv
Dear all,
The latest issue of The R Journal is now available at:
https://journal.r-project.org/archive/2017-1/.
Many thanks to all contributors - especially reviewers and authors.
Regards,
Bettina
--
Roger Bivand
Department of Economics, Norwegian School of Economics,
Helleveien 30, N-5045
ology
University of Maryland, College Park
ᐧ
--
Roger Bivand
Department of Economics, Norwegian School of Economics,
Helleveien 30, N-5045 Bergen, Norway.
voice: +47 55 95 93 55; fax +47 55 95 91 00
e-mail: roger.biv...@nhh.no
http://orcid.org/-0003-2392-6140
https://scholar.google.no/cita
Rob Skelly dijital.ca> writes:
>
> Hello,
>
> I am using GDAL 2.0 for most of my work, but rgdal depends on GDAL < 2. I
> have built and installed GDAL 1.11.2 in /opt/gdal-1.11.2, and rgdal
> compiles and installs into R, using the following command:
>
> sudo R CMD INSTALL
> --configure-args="
Corey Sparks utsa.edu> writes:
>
> Joining data the way you're doing it is dangerous, Roger Bivand and others
> describes a standard way to do this process here:
>
http://r-sig-geo.2731867.n2.nabble.com/Merging-shapefiles-and-csv-td7586839.html
Quite right - the chunks C
Boris Steipe utoronto.ca> writes:
>
> Your workflow in principle is:
>
> - read the image into an object for which you can obtain values-per-pixel
in a 2D structure;
> - read the shapefile and convert into a polygon;
> - determine the bounding box of the polygon;
> - use the inout() function of
Adrian Torchiana gmail.com> writes:
>
> Hi,
>
> This is my first post to R-help. I'm having trouble getting rgeos to work.
R-help is arguably too general to help, please ask questions of this kind on
R-sig-geo.
>
> Info on the server and packages I'm using:
>
...
> $ *rpm -qa | grep geos*
Julie Lee-Yaw yahoo.ca> writes:
>
> Hi
> I am attempting to explore the scale of spatial autocorrelation in a
raster (eventually across a stack of 10
> but for now a single layer) and consequently in a potential sample of
points across the landscape (ie. if we
> wanted to know what sampling desi
Erica Cseko Nolasco gmail.com> writes:
>
> Hi all,
>
> I´m working on a species distribution modeling, and I want to build
> eigenvectors to represent my spatial varuable. I´m trying to use
> SpatialFiltering(spdep) for it, but I´m having problems to create the nb
> object. My weights would be
Zilefac Elvis yahoo.com> writes:
>
> Hello,
>
> I have two spatial map objects (reproducible example further down)
> which I would like to overlay in R. The
> ESRI shapefiles were read using:
>
The reproduction of the data didn't work with dput().
> library(rgdal)
> Prairie.Boundaries <- r
s(Q ~ P + D, ~ D + F + A, data=Kmenta))
which explains why I asked for a publication providing something which
doesn't spring naturally from the estimation method.
Roger Bivand
> Thanks for your answer,
>
> Regards
>
__
R-help@r-project.
using a built-in
data set, then your intentions would be clearer.
...
> I would be grateful for any reaction.
>
> Monika
>
PS. Please post plain text, not HTML
Roger Bivand
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more,
Domagoj Culinovic gmail.com> writes:
>
> I am Phdoctorate Candidate at Faculty of economics.
> Also i am using GIS last 26 years, but lat 3 year i am focused on QGIS.
> My earea of interests are GIS in Economics and marketing, and now i am
> combine R and QGIS to have results.
It may be more re
Carolina Arias Muñoz gmail.com> writes:
>
> Hello
>
> I am trying to use "readRAST" in GRASS, but I am keep getting the same
> error:
>
> *Error: 'checkCRSArgs' is not an exported object from 'namespace:rgdal'*
>
> Probably a problem of the rgdal library?
Speculation of this kind is never se
Miluji Sb gmail.com> writes:
>
> Dear all.
>
> I would like to draw a map of France, Italy, Spain, and Portugal at NUTS 2
> level. I used the following code:
>
...
> # Subset NUTS 2 level data
> map_nuts2 <- subset(EU_NUTS, STAT_LEVL_ == 2)
>
> # Draw basic plot
> plot(map_nuts2)
country <-
X-specific questions like this, you could try R-sig-mac, for spatial
data R-sig-geo. Always show the output of sessionInfo() when reporting
issues.
--
Roger Bivand
Department of Economics, Norwegian School of Economics,
Helleveien 30, N-5045 Bergen, Norway.
voice: +47 55 95 93 55; e-mail: roge
://stat.ethz.ch/mailman/listinfo/r-sig-geo
___
R-sig-Geo mailing list
[EMAIL PROTECTED]
https://stat.ethz.ch/mailman/listinfo/r-sig-geo
--
Roger Bivand
Economic Geography Section, Department of Economics, Norwegian School of
Economics and Business
Alessandro unifi.it> writes:
>
> Hi All,
>
> I have this question. I wish to create a kriging map with R but I haven't a
> auxiliary map. I have only one txt file with X, Y and Z records.
>
> When I use this code:
>
...
> subground.ok <- krige (Z~sqrt(X+Y), subground, subground.ovgm, nmax=4
r Invasion Biology
Faculty of Science
Natural Sciences Building
Private Bag X1
University of Stellenbosch
Matieland 7602
South Africa
--
Roger Bivand
Economic Geography Section, Department of Economics, Norwegian School of
Economics and Business Administration, Helleveien 30, N-5045 Bergen,
Nor
Ajay ohri gmail.com> writes:
>
> Hi,
>
> I have a data file in a KML format which is Google Earth's format for
> geographic data. I need to import it into a csv file . How can I do that.
> KML format is just like XML format .example below
The easiest way is most likely to use the rgdal KML dri
Juan Manuel Barreneche gmail.com> writes:
>
> just to mention that the loop was already running for about 20 hours...
>
> Juan
>
> On Tue, Aug 19, 2008 at 6:31 PM, Juan Manuel Barreneche
> gmail.com>wrote:
>
> > Dear users,
> > I got this problem and i don't have a clue of what it could be h
Freeman, Robert emcc.edu> writes:
> I am wondering if there is a way to do a spatial error probit/logit
> model in R? I can't seem to find it in any of
> the packages. I can do it in MATLAB with Gibbs sampling, but would
> like to confirm the results. Ideally I
> would like to use this model
Steve Murray hotmail.com> writes:
>
>
> Thanks Duncan - a couple of extra points... I should have perhaps pointed
> out that the data are on a *regular*
> 'box' grid (with each value currently spaced at 1 degree intervals). Also,
> I'm looking for something
> fairly simple, like a bilinear i
I think that Daniel is correct, and that you are mistaking the console
representation from the internal one - try ?print and look at the digits=
option. In general, note that get.Pcent() is not currently used, and
coordinates() of a SpatialPolygonsDataFrame object read in using, for
example, readS
you can retain only England, and choose the NUTS* boundaries that
suit your "counties" - which are not presently well-defined because of
boundary and administrative changes. The GISCO shapefile is in geographical
coordinates, so you'll be able to overplot points by longitude
a million Roger! This works well. All I now need to do is to figure
> how I can plot data from a csv file onto the map. I really appreciate your
> assistance!
> Regards,
> Raoul
>
>
> Roger Bivand wrote:
>>
>> The illustration you show is for the so-called traditi
you are not likely to
generate a regular grid in this way. Did you examine the class(), summary()
and str() of the input data in the examples?
Hope this helps,
Roger Bivand
PS. consider following this up on the R-sig-geo list.
Paul Heinrich Dietrich wrote:
>
> This seems pretty bas
implementations (GeoDa, Matlab spatial econometrics toolbox). It is not
obvious what you mean by "validate" in this context.
Roger Bivand
saniye keser wrote:
>
>
> Hi everyone,
> How can i obtain R2 for SAR model? and how can i validate the results, can
> i use the coeffici
nearest CRAN mirror to load image tiles.
Roger Bivand
-
Roger Bivand
Economic Geography Section
Department of Economics
Norwegian School of Economics and Business Administration
Helleveien 30
N-5045 Bergen, Norway
--
View this message in context:
http://n4.nabble.com/Date-label-lost-while
East Camp Street, Ely, MN 55731
>
> email ereavie *at sign* nrri.umn.edu
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posti
ing R sees
LD_LIBRARY_PATH. This is a very detailed question, more suited to GRASS or
GDAL lists, or R-sig-geo. You'll see when you have the solution because the
GDAL utilities will work at the shell, for example gdalinfo --formats - I
think that it doesn't at the moment.
Roger Bivand
will get from one matrix of coordinates to the other. Note that for obvious
reasons a rectangle on one side will only rarely be a rectangle on the
other, so I've just taken a bounding box.
Roger Bivand
stephen sefick wrote:
>
> I am trying to set up a Grass project and need to set
total
length of points. I suggest that you try the latest version of sp from the
CVS repository.
Roger Bivand
PS. The traffic that you mention about sampling on lines was on the
R-sig-geo list, not this list, so a post there might have been a better
idea.
PPS. Always state package version numbers
the positions are 1, 2, 3
image(myTile, red=1, green=2, blue=3)
On the other hand, the "colours" in these images are arbitrary manipulations
of the sensors, and have already been warped and resampled, so decimating
the colour representation isn't inappropriate, and 256 is not a sma
leads to threads being left
dangling if solutions do not propagate to all lists where threads were
initiated.
Roger Bivand
Steve Hong wrote:
>
> Dear List,
>
> I have some problem with my simulation code. Here is output from R:
>> sim.sp <- function(data,CM,n,N)
> + {
> _
> [[elided Hotmail spam]]
> tre téléphone!
>
> [[alternative HTML version deleted]]
>
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mai
ovide an identify= argument, but this is not the same as select.spatial(),
which lets the user select points spatially by drawing a polygon around the
ones to be selected.
Roger Bivand
cls59 wrote:
>
>
>
> Julius Tesoro wrote:
>>
>> Hi everyone. I posted this on
Perhaps asking on R-sig-geo might help (as well as reading the function help
files, scripts found lying around somewhere may be stale ...)?
If readShapePoly() (deprecated - use readShapeSpatial() instead) says that
the data are not polygons, then they are not. If you want to fill
administrative b
tried to report the discrepancy without success so far. I
really hope that the case I hit is an exception - displaying the
boundaries on GE should help clear things up for users.
Roger
Hadley
--
Roger Bivand
Economic Geography Section, Department of Economics, Norwegian School of
Economi
Perhaps reading ?readRAST6 would help? It does say:
vname: A vector of GRASS 6.0 raster file names
so you could write:
Kar <- readRAST6(c("Incis_Kar", "DEM_Kar"), plugin=FALSE)
and plot(Incis_Kar ~ DEM_Kar, data=Kar) should get you there - in spearfish:
sp <- readRAST6(c("erosion1", "elevat
s not easy unless you know what you are doing.
>
> Some documentation exists but it seems sparse to me.
The R-sig-geo list is more focussed on this kind of question, as is pointed
out on the Spatial Task View on CRAN.
Hope this helps,
Roger Bivand
> Any hints will be appreciated.
>
s R Graphics book is a great help
for getting graphics to do what you want, but looking at ?x11 or ?windows,
or ?postscript or ?pdf for file output, will cover the basics.
Hope this helps,
Roger
Best
Patrizio
2009/4/7 Roger Bivand :
Patrizio Frederic gmail.com> writes:
dear all,
I&
ively for a similar geographical footprint:
library(maptools)
data(wrld_simpl)
plot(wrld_simpl[wrld_simpl$ISO2 %in% c("CN", "TW"),])
depending on your needs.
Roger Bivand
>
> HTH
> Ray Brownrigg
>
> On Fri, 17 Apr 2009, Cuvelier Etienne wrote:
> > Hell
-January/007377.html
Should anyone see problems following this change, please contact me
directly with a reproducible example.
--
Roger Bivand
Economic Geography Section, Department of Economics, Norwegian School of
Economics and Business Administration, Helleveien 30, N-5045 Bergen,
Norway
whether any of the
text in that file or its successor is unpalatable.
Roger
-----
Roger Bivand
Economic Geography Section
Department of Economics
Norwegian School of Economics and Business Administration
Helleveien 30
N-5045 Bergen, Norway
--
View this message in context:
http://n4.nabble.co
A similar thread is running on R-sig-geo - perhaps you could review the
comments there:
http://n2.nabble.com/coordinates-of-SpatialLines-DF-tp4468579p4468579.html
and join in if you need further clarification?
Roger
-
Roger Bivand
Economic Geography Section
Department of Economics
the project materials,
raise an issue on https://github.com/r-spatial/evolution/issues or email
me (issue better, less likely to be overlooked).
--
Roger Bivand
Emeritus Professor
Department of Economics, Norwegian School of Economics,
Postboks 3490 Ytre Sandviken, 5045 Bergen, Norway.
e-mail
planned
archiving of the retiring packages: maptools, rgdal and rgeos in October 2023.
This version issues invasive start-up messages in order to alert users to
impending changes; maintainers of affected packages have already been warned.
--
Roger Bivand
Emeritus Professor
Norwegian School of
packages may be found on
https://github.com/r-spatial/evolution/tree/main/backstore.
Please raise questions by replying to this post, or as issues on
https://github.com/r-spatial/evolution.
--
Roger Bivand
Emeritus Professor
Norwegian School of Economics
Postboks 3490 Ytre Sandviken, 5045 Bergen
screenshots to this list, the list uses plain text
only.
Hope this clarifies,
Roger
--
Roger Bivand
Emeritus Professor
Norwegian School of Economics
Postboks 3490 Ytre Sandviken, 5045 Bergen, Norway
roger.biv...@nhh.no
--
Date
-geo mailing list:
https://stat.ethz.ch/mailman/listinfo/r-sig-geo.
Hope this helps,
Roger
--
Roger Bivand
Emeritus Professor
Norwegian School of Economics
Postboks 3490 Ytre Sandviken, 5045 Bergen, Norway
roger.biv...@nhh.no
__
R-help@r-project.org
Nicola Rossi gmail.com> writes:
>
> Hello everyone!
>
> I'm a newbie in using the RGDAL and sp packages in R and as written in the
> object I have a problem with a SPDF and unique():
Consider posting to the R-sig-geo list; this is not a general R question.
>
> I would have liked to write a s
Adam Szałucha gmail.com> writes:
>
> I have a kohonen object generated with grid parameters grid =
> somgrid(20, 20, "hexagonal"). Standard plot shows the codebook vectors
> for all variables. I want to have a hexagonal heatmap for each
> variable.
>
> I found in Applied Spatial Data Analysis w
Tilottama Ghosh yahoo.com> writes:
>
> Hi,
> Following Anthony's reply I am attaching two of the POI shapefiles and the
code for creating the spatial
> grid. I am not being able to read the list of these shapefiles and then
perform the points in spatial grid
> function. If someone can help, I wi
Jan Hornych gmail.com> writes:
>
> Hi,
>
> I would like to do coloring of map regions based on the region values
> "weight". The approach I am taking is first to break regions into
> equal intervals,
>
> classIntervals(spdf$weight,4)$brks #4 intervals in this case
>
> and coloring all regions
Irucka Embry mail2world.com> writes:
>
> Hi all, I have a set of 54 files that I need to convert from ASCII grid
> format to .shp files to .bnd files for BayesX.
>
> I have the following R code to operate on those files:
>
> library(maptools)
> library(Grid2Polygons)
> library(BayesX)
> librar
Douglas M. Hultstrand metstat.com> writes:
>
> Hello R-Group,
>
> I am new working with netcdf files and the raster package in R.I am
> trying to read in a netcdf file using the package "ncdf".I am able to
> get the lat, lon and parameter I need and can plot using
> fill.contour.
Please pos
Molo uni-hohenheim.de> writes:
>
...
> *As there are some regions without neighbours in my data I use the following
> code to create the Weights Matrix:*
>
> > W_Matrix<- nb2listw(location_nbq, style="W", zero.policy=TRUE)
> >W_Matrix
>
> *And get this Output:*
>
...
> /("Error in print.listw
Patrick Likongwe yahoo.co.uk> writes:
>
> Dear Team,
>
> Help me out here. I have managed to run a Geographically Weighted
> Regression in R with all results coming up. The problem now comes in
> mapping the parameter estimates and the t values that are significant in
> the model. My data is li
jickngea alexand yahoo.ie> writes:
>
> Hi everyone,
> I am new with spatial data analysis in R and I'm
not able
> to read a shape because of this error message but the shapefile is in my
work directory. Here are my
> commands; ogrLireadstLayers("border.shp"),
border=OGR("
remiss free.fr> writes:
>
> Hi all,
> I got some trouble trying to open a .kml file into R. Usually, the readOGR
> package works great for it but here I get a message error that I can't
> understand.
>
> When I'm typing this :
> myfile <-readOGR(dsn="/windows/landuse.kml",layer="agricultura
remiss free.fr> writes:
>
> Hi all,
> I got some trouble trying to open a .kml file into R. Usually, the readOGR
> package works great for it but here I get a message error that I can't
> understand.
>
> When I'm typing this :
> myfile <-readOGR(dsn="/windows/landuse.kml",layer="agricultura
Mark Payne gmail.com> writes:
>
> Hi,
>
> Does anyone have an example of a Markov Random Field smoother (MRF) in MGCV
> where they have specified the neighbourhood directly, rather than supplying
> polygons? Does anyone understand how the rules should be? Based on the
> columb example, I have s
Marie-Line GLAESENER uni.lu> writes:
>
> Dear R users,
>
> Could anyone tell me if there is a way to obtain the residuals from a
model fitted by
>
> qregspiv(y ~ x,wmat=wmat,inst=NULL,tau=.5,rhomat =
seq(-1,1,.01),printsariv=T,silent=F, nboot=300,data=)
>
> in McSpatial, using the Chernozh
Tom Detzel propublica.org> writes:
>
> Hey Folks,
>
> Apologies in advance if this has been covered.
>
> I'm taking on a simple mapping project. What packages, tutorials and
> examples would you recommend for a
> beginning mapper in R?
The general advice is to look for CRAN Task Views, and in
de.pwc.com> writes:
>
> Dear R community,
>
> I'm trying to graphically illustrate my data with a worlmap.
> Unfortunately, my data is partly on country basis and partly on regional
> basis (e.g. certain African countries are aggregated to one region). I am
> using the package rwoldmap.
>
Jan Holstein awi.de> writes:
>
> I noticed that dnearneigh::spdep shows diverging behaviour with matrix and
> SpatialPoints objects respectively:
>
> reproducible example:
>
> library(spdep)
> set.seed(5)
> spdf<-SpatialPointsDataFrame(cbind(lon=runif(1000,2,8),lat=runif(1000,53,56)),
>
>> http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>>
>
> --
> Brian D. Ripley, rip...@stats.ox.ac.uk
> Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
> University of
> 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.
>
>
-
Roger
rise due to the number of computations required.
>
> I have found that calculating distances planar distances works much
> quicker but Great Circle distances are required.
>
> Thanks
>
> Gary Watmough
>
>
-
Roger Bivand
Economic Geography Section
Department of Economic
.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.
>
>
-
Roger Bivand
Economic Geography Section
Department o
variable.
>
> How would I code this?
>
> __
> 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, reproduc
-Guericke-Universität Magdeburg
> resea...@georgruss.de
> http://research.georgruss.de
>
> __
> 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/post
nder Professional Standards
> Legislation.
>
> **
> __
> 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
>
{dropped:11}}
>
> __
> 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,
ysical Geography
> Faculty of Geosciences
> University of Utrecht
> Heidelberglaan 2
> P.O. Box 80.115
> 3508 TC Utrecht
> Phone: +3130 253 5773
> http://intamap.geo.uu.nl/~paul
> http://nl.linkedin.com/pub/paul-hiemstra/20/30b/770
>
> ______
> R-help@r-project.or
;
>
>
>
>
> [[alternative HTML version deleted]]
>
>
> __
> 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-gu
pse.uni.lu/>;
>
>
> __
> 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-co
..@osu.edu
>
> __
> 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, repr
_
> 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.
>
Jari Haukka helsinki.fi> writes:
>
> Dear All,
>
> I hava maps in sp fomat and I like to use different map projection.
>
> SHouls I somehow convert sp to maps and make projection and ploting there?
Please install the rgdal package, and use the spTransform() methods there to
change the project
Samantha Sifleet epamail.epa.gov> writes:
>
>
>Hi List,
>I am hoping some of you have experience with the spdep package.
>I have had success with lm.morantest and lm.LMtests.
>I am trying to run a spatial error model and I keep getting the following
>error
>Error in res[
his
question is better suited to R-sig-geo than R-help.
Roger Bivand
Reema Singh wrote:
>
> Hello Everybody.
>
> i am installing rgeo in R-2.13 on debian lenny. i am getting following
> error. Can anybody help me why i m not able to compile rgeos.
>
> r
all possible use
cases, especially erroneous use cases, hence this message.
--
Roger Bivand
Department of Economics, NHH Norwegian School of Economics,
Helleveien 30, N-5045 Bergen, Norway.
voice: +47 55 95 93 55; fax +47 55 95 95 43
e-mail: roger.biv...@nhh.no
ttp://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
-
Roger Bivand
Department of Economics
NHH Norwegian School of Economics
Helleveien 30
N-5045 Bergen, Norway
--
View this message in context:
http://r.789695.n4.nabble.co
",])
#Error says:
#Error in createPolygonsComment(p) :
#rgeos_PolyCreateComment: orphaned hole, cannot find containing polygon for
hole at index 2
#Code ends
I don't know my way around SpatialPolygonsDataFrame objects very well, and have
no idea how to fix the errant hole.
Any help
______
> 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.
>
-
e thinks this analysis is incorrect, please let me know.
> If not, I'll just abandon R for this portion of the project, as it is
> taking far too long to use this this package with Getis-Ord statistics,
> which should run fairly easily.
>
-
Roger Bivand
Department of Econom
]
___
R-sig-Geo mailing list
r-sig-...@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-geo
--
Roger Bivand
Department of Economics, NHH Norwegian School of Economics,
Helleveien 30, N-5045 Bergen, Norway
Martin Ivanov abv.bg> writes:
>
> Dear R users,
>
> I have the following problem. I plot a SpatialPixelsDataFrame object with
spplot and I need to add a contourplot
> of another spatial variable.
...
You may find that posting to R-sig-geo will help. It would also help to include
a self-cont
shish matt yahoo.com> writes:
>
> Hi:
> First my apologies for cross-posting. A few days back I posted my queries ar
R-sig-geo but did not get any
> response. Hence this post.
Since your message never reached that list - did you check? - that isn't very
surprising. Try again properly on R-sig-g
vioravis gmail.com> writes:
>
> Thanks, Raphael. Just checked their website. It appears that they currently
> do not have any online courses planned.
>
You may find that this site:
http://geostat-course.org/
has a wider range of possible courses.
Jason Rupert yahoo.com> writes:
>
> I'm new to making bubble plots with R, so I was going to try the following:
> https://stat.ethz.ch/pipermail/r-sig-geo/2009-August/006258.html
>
> Unfortunately, it looks like rgdal is not part of 2.14. I'm not sure if it
was the mirror I selected or
> some
Emmanuel Jjunju gmail.com> writes:
>
> I normally use the raster or clim.pact pckages to read netcdf (.nc) files.
> This has always worked out for me until this weekend every time i try to
> read a .nc file i get the following error
>
...
Could you please:
1. Consider moving this thread to R-
David Epstein umich.edu> writes:
>
> Hello,
>
> I want to create side-by-side maps of similar attribute data in two
> different cities using a single legend.
>
> To simply display side-by-side census block group boundary
> (non-thematic) maps for Minneapolis & Cleveland I do the following:
>
Albert-Jan Roskam yahoo.com> writes:
>
> Hi,
>
> I am using maptools to plot air quality data on a map. Each measurement point
is mapped to a postal code area.
> This yields pictures with discrete borders, like so:
> http://dl.dropbox.com/u/27415200/baincome.png
> The problem is that the size o
Mark Newcomb me.com> writes:
>
> I'm hoping to use R for spatial analysis. In working through examples in
Chapt. 4 of Applied Spatial Data
> Analysis with R I've come across the following error in trying to plot lines
with the meuse data set. The
> text is verbatim from the book.
This is in C
vasilis gmail.com> writes:
>
> Hi there,
> do you know if there is a package that fits spatio temporal autoregressive
> models in R?
If by spatio temporal autoregressive models, you mean spatial panel models,
please see the splm package on R-Forge:
https://r-forge.r-project.org/projects/splm/
CD gmail.com> writes:
>
> Hello,
> I'm trying to analyse the spatial organization of different fields planted
> with different varieties (each field has only one variety), but I have
> problems trying to understand the results of the test I did.
> Can somebody help me understanding what rea
Paulo Cardoso netcabo.pt> writes:
>
> Can we by any change perform in R something similar geoprocessing or, more
> advanced, Spatial SQL over vectorial data?
Please visit the Spatial task view on your nearest CRAN mirror, which gives some
details of useful resources. Consider using the R-sig-ge
1 - 100 of 160 matches
Mail list logo