Category Cloud
Android botany climate change Data handling Data sources decision support tool forest GIS GIS software GRASS GIS history LibreOffice / OpenOffice Mobile tools Modelling online mapping Open access Operating system QGIS R computing environment research tools Software release Spatialite SQLite tools Uncategorized vegetationJune 2012 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Meta
Tag Archives: R
two-minutes video tutorials for R
I just came across this blog with (by the time of writing) sixty two-minutes video tutorials on how to do things in R. Especially nice for those who like to learn by watching and listening. But do pay attention while … Continue reading
ReshapeGUI – a tool to learn to use reshape2
The package Reshape2 in R is a very powerful tool to flexibly restructure and aggregate data. For users familiar with the pivot table function in Excel or Libreoffice/Openoffice, this tool offers similar (and more) functionality, albeit from the command line. … Continue reading
Posted in R computing environment
Tagged aggregate data, GUI, pivot table, R, reshape, tool
Leave a comment
Start R inside GRASS but keep the terminal prompt
I often run R from within GRASS GIS. For example using R as a scripting language to automate GIS analysis. Or to use statistical models in R on spatial data in GRASS. I used to open R in the terminal. … Continue reading
Posted in GRASS GIS, R computing environment
Tagged bash, command line, GRASS GIS, R, scripting, shell, terminal
Leave a comment
Overview of R resources
Another nice overview of R resources: http://www.backsidesmack.com/r-resources/. The authors will keep the list updated, so worth bookmarking it. And if you have good suggestions,make sure to leave him a comment.
Extract values from multiple rasters
I got a question how to create a loop function using the “for” command to process Worldclim layers, all with similar names (e.g. bio1-19, tmin1-12, tmax1-12, prec1-12). The loop would need to repeat for each iteration: adding a column with … Continue reading
SQLiteMap
Looks interesting, a R package that provides bindings to Spatialite functionalities. Through this bindings one can carry out the spatial functions available in Spatialite from within R using simple SQL statements.
Posted in GIS software, R computing environment, Spatialite, SQLite
Tagged fopen source, R, Spatialite, SQLite
Leave a comment
New version of RStudio out
There is a new version (0,93) of Rstudio out, with some nice source editor enhancements, a new Customizable Layout and Appearance option, interactive plotting and more. Check out the RStudio blog or the release notes release notes on the RStudio … Continue reading
R/GRASS connection: more than the sum of its parts
GRASS GIS is a very powerfull GIS offering an extensive set of tools for geospatial data management and analysis, image processing, and spatial modeling. The possibility to directly interact with R further improves the geospatial analysis capabilities of GRASS (see … Continue reading
Posted in Data handling, GIS, GRASS GIS, Modelling, R computing environment
Tagged GIS, GRASS GIS, R, scripting, species distribution modeling, tutorial
13 Comments
Combining text from data frame in one text string in R
Earlier I wrote about the custom STRJOIN function in OpenOffice. A very handy function when you need to combine all values in a row or column (or combination of the two), separated by a delimiter. In R this is (also) … Continue reading
Finding and renaming long file names with R
I have never given it a though, but there is apparently a limit to the length of file names that can be handled by Windows Explorer of Windows XP. I found out when trying to copy my Zotero folder to … Continue reading
