Using RStudio as an interactive GIS with Leaflet
Kyle Walker, Texas Christian University February 17, 2015 Web: http://personal.tcu.edu/kylewalker Twitter: https://twitter.com/kyle_e_walker For exploratory GIS work, I have hesitated to use R instead of ArcGIS…
View More Using RStudio as an interactive GIS with LeafletMaps with R
This is the first post of a short series to show some code I have learnt to produce maps with R. NOTE: Although the procedure…
View More Maps with RPlume Model
For this workshop session we will consider a release of pollution from a point source. The scenario is that a pollution release from a research…
View More Plume ModelCrime Data Mapping
For this workshop session we’ll read in some data and do some basic mapping. We need a number of packages for this. library(“sp”) library(“raster”) library(“rgdal”)…
View More Crime Data MappingSpatial Cheatsheet
This cheatsheet is an attempt to supply you with the key functions and manipulations of spatial vector and raster data. It does not have examples…
View More Spatial CheatsheetCRAN Task View: Analysis of Spatial Data
Maintainer: Roger Bivand Contact: Roger.Bivand at nhh.no Version: 2015-03-10 http://cran.r-project.org/web/views/Spatial.html Base R includes many functions that can be used for reading, visualising, and analysing spatial…
View More CRAN Task View: Analysis of Spatial Datahow to send email with attachment from R in windows
sendmailR works for me on Windows 7. I referenced http://cran.es.r-project.org/web/packages/sendmailR/sendmailR.pdf smtpServer= info for Outlook 2010 is in File -> Account Settings -> Account Settings ->…
View More how to send email with attachment from R in windowsManipulating Data Frames Using sqldf – A Brief Overview
By Josh Mills Introduction For those who are learning R and who may be well-versed in SQL, the sqldf package provides a mechanism to manipulate…
View More Manipulating Data Frames Using sqldf – A Brief OverviewAn example of nested downloads using RCurl
Overview This example uses RCurl to download an HTML document and then collect the name of each link within that document. The purpose of the…
View More An example of nested downloads using RCurlNested HTML Downloads
Overview The goal of this example is to show how we can parse and HTML document and download the files to which it has links,…
View More Nested HTML Downloads