search for: mapproj

Displaying 20 results from an estimated 65 matches for "mapproj".

Did you mean: approx
2011 Jul 12
1
installation of package 'mapproj' had non-zero exit status
...milar question, but this is not fixed as before. ## I am running the following using Ubuntu OS: R version 2.13.1 (2011-07-08) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-pc-linux-gnu (64-bit) ## when I do this: > install.packages("mapproj", dependencies=T) ## I get this: Installing package(s) into ‘/home/brad/R/x86_64-pc-linux-gnu-library/2.13’ (as ‘lib’ is unspecified) also installing the dependency ‘maps’ trying URL 'http://cran.case.edu/src/contrib/maps_2.1-6.tar.gz' Content type 'application/x-gzip' le...
2007 Nov 13
2
map - mapproj : problem of states localisation
Hi R-user, I am new with R and I have a problem with the map and mapproj fonctions : with the following code : >test_proj=mapproject(LONG_d01_vec_t1, LAT_d01_vec_t1, projection="lambert", parameters=c(30,60)) >longitude_vec=test_proj$x >latitude_vec=test_proj$y >longitude_mat=matrix(longitude_vec,ncol=e_sn_d01) >latitude_mat=matrix(latitude_...
2009 Mar 12
3
Map using projection
...n states, there will be a blank space in the bottom of plot (see case 2). I spent almost 2 days to figure out a solution, but could not. Would you help me if you know what the problem is? Regards, Alireza ################################################# #case 1 library(maps) require("mapproj") longlatLimit<-c(-107,-93,40,52) par(plt=c(0,1,0,1),cex=1,cex.main=1) #Set plotting parameters #map(projection="azequalarea", type="n",xlim=longlatLimit[1:2],ylim=longlatLimit[3:4]) map(projection="azequalarea", type="n",xlim=longlat...
2008 Jul 09
0
"Rotated Lat-Lon" projection in mapproj
...e earth's lat/lon grid such that the intersection of the equator and prime meridian is at the center of the model domain. ? Within the rotated framework the grid spacing is constant, but in an earth-relative sense, the scale varies slightly. I haven't identified a projection in library mapproj that can handle this. Any ideas on how to plot this field on a map? A typical R script to plot other outputs in a lambert projection would be: ##Read lat/lon data lat<-as.numeric(system(paste(pycmd,'control',"200108150000","LATITCRS",1,0,sep=" "),intern...
2011 Jul 26
2
R 2.13.1 for Windows: error when loading (some) packages
I am using the latest version of R 2.13.1 and need to load the following packages; library(maps) library(mapdata) library(mapproj) library(lattice) library(tgp) library(spatstat) library(akima) I get the follwing error when loading the packages, "maps", "mapdata" and "mapproj" Error: package 'maps' is not installed for 'arch=i386' Error: package 'mapdata' is not installe...
2010 Sep 17
2
Was the package installed correctly
Hi folks, On R > install.packages("TeachingDemos", dependencies=TRUE) ...... installing to /usr/local/lib/R/site-library/mapproj/libs ** R ** inst ** preparing package for lazy loading ** help *** installing help indices ** building package indices ... ** testing if installed package can be loaded * DONE (mapproj) The downloaded packages are in ?/tmp/Rtmp3CKVAs/downloaded_packages? Warning messages: 1: In install.packa...
2003 Nov 01
0
R maps, mapdata and mapproj for Windows
...Windows port of the maps for S package but for various reasons the Windows binaries did not appear on CRAN until yesterday. Now I am pleased to announce that the three packages maps_2.0-8 (the base maps package with low-resolution databases), mapdata_2.0-6 (high-resolution and other databases) and mapproj_1.1 (projection add-on for maps, maintained by Tom Minka) are all now available on CRAN both in source and Windows binary forms. I apologise for the delays. Ray Brownrigg _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://www.stat.math....
2003 Nov 01
0
R maps, mapdata and mapproj for Windows
...Windows port of the maps for S package but for various reasons the Windows binaries did not appear on CRAN until yesterday. Now I am pleased to announce that the three packages maps_2.0-8 (the base maps package with low-resolution databases), mapdata_2.0-6 (high-resolution and other databases) and mapproj_1.1 (projection add-on for maps, maintained by Tom Minka) are all now available on CRAN both in source and Windows binary forms. I apologise for the delays. Ray Brownrigg _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://www.stat.math....
2012 Feb 07
2
units for mapproject() function result
Does anyone know what the units are for projected coordinates obtained using mapproj's mapproject function with an Albers projection? Thanks for any and all help! Buck Stockhausen *************************************************** * Dr. William T. Stockhausen * *************************************************** * Resource Ecology and Fisheries Managemen...
2006 Feb 09
1
converting lat-long coordinates to Albers Conical Equal Area coordinates
...t the location of weather stations or other point locations on the maps. The data the point locations are in latitude-longitude units and we must convert the coordinates to the Albers Conical Equal Area coordinates. However, as of yet, we have not been able to obtain satisfactory results using mapproj. Given the specs below can someone please tell us how to use mapproj (or some other R library) to convert lat-long coordinates into the appropriate Albers Conical Equal Area coordinates? Thanks in advance Joe Atwood Montana State University jatwood at montana.edu ###############################...
2005 Nov 11
3
no package 'Matrix' at the repositories
...[Version 2.2.0 (2005-10-06 r35749)]. Unfortunately, 'install.packages("Matrix")' produced the following message: Warning in download.packages(pkgs, destdir = tmpd, available = available, : no package 'Matrix' at the repositories I installed lme4, maps, mapproj, CircStats, scatterplot3d, gregmisc, Hmisc without problems. To confirm, 'library(lme4)' produced the following error: Error: package 'Matrix' required by 'lme4' could not be found What do you suggest? Spencer Graves p.s. I get the same result using several diffe...
2005 Jul 25
2
alaska map?
Hello, I've installed the Becker and Wilks maps, mapdata, and mapproj packages so I can begin to try these out for some work I need to do on a map of Alaska but I don't know where to find a map of Alaska. Has anyone solved this already and could help? Thanks very much in advance, Caitlin
2009 Mar 02
1
plotting on map
Hi list, I want to plot state Texas using map function. I wrote the following code to plot the grid boundary for Texas: ################################ library(maps) require("mapproj") longlatLimit<-c(-106.65, -93.53 , 25.93 , 36.49) par(plt=c(0,1,0,1),cex=1,cex.main=1) #Set plotting parameters map(projection="azequalarea", type="n",xlim=longlatLimit[1:2],ylim=longlatLimit[3:4]) bound<-c(floor(.map.range[1]), ceiling(.map.range...
2004 Apr 05
1
Drawing maps in R?
What tools and documentation exist for producing maps and working with polygon and polylist objects in R beyond the following: * Packages maps, mapproj, maptools, and mapdata. * Becker and Wilks (1993, 1995), listed as references in the documentation on the "map" function. Thanks, Spencer Graves
2007 Feb 24
2
Depending on many packages: another best practice question
Dear all, ggplot currently requires 13 packages (grid, reshape, RColorBrewer, proto, splines, MASS, Hmisc, boot, butler, hexbin, mapproj, quantreg, sm). Some of these are absolutely necessary (eg. proto), but most are used for one or two specific tasks (eg. boot is only used to get plogis, used for logit scales). Do you think I should make them all "depends" packages, or "suggests" packages, and then manually t...
2006 Feb 28
3
Bounding Box in pdf files
...ff() X11 2 > sessionInfo() R version 2.2.1, 2005-12-20, sparc-sun-solaris2.9 attached base packages: [1] "stats" "graphics" "grDevices" "utils" "datasets" "methods" [7] "base" other attached packages: mapdata mapproj maps "2.0-17" "1.1-7.1" "2.0-30" This is the error from latex: ! LaTeX Error: Cannot determine size of graphic in test.pdf (no Bound ingBox). Any thoughts about what the problem might be? /Miakel [[alternative HTML version deleted]]
2024 Mar 16
3
Problem when trying to install packages
...? are not availablealso installing the > dependencies ?deldir?, ?RcppEigen?, ?cli?, ?glue?, ?lifecycle?, > ?pillar?, ?rlang?, ?tibble?, ?tidyselect?, ?vctrs?, ?png?, ?jpeg?, > ?interp?, ?timechange?, ?maps?, ?nlme?, ?Matrix?, ?cluster?, ?dplyr?, > ?hexbin?, ?latticeExtra?, ?lubridate?, ?mapproj?, ?mgcv?, ?purrr? > trying URL ' https://cran.rstudio.com/src/contrib/deldir_2.0-4.tar.gz'Content > type 'application/x-gzip' length 103621 bytes (101 KB)downloaded 101 > KB > trying URL ' https://cran.rstudio.com/src/contrib/RcppEigen_0.3.4.0.0.tar.gz'Content &g...
2007 Jul 02
2
Problem installing R packages in OpenBSD
OS: OpenBSD version 4.1 i386 R version 2.4.1 (2006-12-18) installed as a binary package $ ls mapproj_1.1-7.1.tar.gz maps_2.0-36.tar.gz $ sudo R CMD INSTALL mapproj_1.1-7.1.tar.gz /usr/local/lib/R/bin/INSTALL[118]: .: /usr/obj/i386/R-2.4.1/fake-i386/usr/local/lib/R/share/sh/dcf.sh: not found I get the same error message from the R command prompt using install.packages("mapproj&quot...
2024 Mar 16
1
Problem when trying to install packages
...lso installing the > > dependencies ?deldir?, ?RcppEigen?, ?cli?, ?glue?, ?lifecycle?, > > ?pillar?, ?rlang?, ?tibble?, ?tidyselect?, ?vctrs?, ?png?, ?jpeg?, > > ?interp?, ?timechange?, ?maps?, ?nlme?, ?Matrix?, ?cluster?, ?dplyr?, > > ?hexbin?, ?latticeExtra?, ?lubridate?, ?mapproj?, ?mgcv?, ?purrr? > > trying URL ' > https://cran.rstudio.com/src/contrib/deldir_2.0-4.tar.gz'Content > > type 'application/x-gzip' length 103621 bytes (101 KB)downloaded 101 > > KB > > trying URL ' > https://cran.rstudio.com/src/contrib/RcppEigen_0...
2024 Mar 16
1
Problem when trying to install packages
...he >> > dependencies ?deldir?, ?RcppEigen?, ?cli?, ?glue?, ?lifecycle?, >> > ?pillar?, ?rlang?, ?tibble?, ?tidyselect?, ?vctrs?, ?png?, ?jpeg?, >> > ?interp?, ?timechange?, ?maps?, ?nlme?, ?Matrix?, ?cluster?, ?dplyr?, >> > ?hexbin?, ?latticeExtra?, ?lubridate?, ?mapproj?, ?mgcv?, ?purrr? >> > trying URL ' >> https://cran.rstudio.com/src/contrib/deldir_2.0-4.tar.gz'Content >> > type 'application/x-gzip' length 103621 bytes (101 KB)downloaded 101 >> > KB >> > trying URL ' >> https://cran.rstudio.com...