1407 search results for "Map"

R code to obtain and plot rainfall data for the whole world

If you want to create rainfall maps for the whole world in R there is no readily available code or package to do this. Moreover, data publicly available from research institutions is not generally in plain text format or other familiar formats. Hydrological and climatological studies sometimes require rainfall data over the entire world for long periods of time....

Read more »

R (Web Server) Solutions – Amplifying Artichokes

May 18, 2013
By
R (Web Server) Solutions – Amplifying Artichokes

Every month I see one or more new R based web server solutions coming into the market, sight seeing some of them thought of sharing one of my old architecture map manifested to the client long back in early 2009 (good to see quick spreading of scalable...

Read more »

Which Torontonians Want a Casino? Survey Analysis Part 2

May 17, 2013
By
Which Torontonians Want a Casino?  Survey Analysis Part 2

In my last post I said that I would try to investigate the question of who actually does want a casino, and whether place of residence is a factor in where they want the casino to be built.  So, here … Continue reading

Read more »

Revolution Newsletter: May 2013

May 17, 2013
By

The most recent edition of the Revolution Newsletter is out. The news section is below, and you can read the full May edition (with highlights from this blog and community events) online. You can subscribe to the Revolution Newsletter to get it monthly via email. Gaming Analytics FTW! Join us on 13Jun13 at 10:00 AM PDT for our webinar...

Read more »

Strategic Zombie Simulation – Animation – Jimmy’s Down

May 17, 2013
By
Strategic Zombie Simulation – Animation – Jimmy’s Down

# Escape Zombie Land!# This is a simulation an escape from a hot zombie zone.  It freezes and gives an error if you get get killed so you had best not.  To play it you attempt to navigate the zone by constructing waypoints.# Overall, it is no...

Read more »

Social Network Analysis at New Frontiers in Computing 2013

May 16, 2013
By
Social Network Analysis at New Frontiers in Computing 2013

by Joseph Rickert This past Saturday, the New Frontiers in Computing Conference (NFIC 2013), held at Stanford University, explored the theme: Social Network Analysis: It’s Who You Know. The speakers were a well-chosen, eclectic lot who covered a remarkable array of issues in less than a full day. Ian Hersey, former CTO of Attensity spoke on Lessons from Large-Scale...

Read more »

Integration take two – Shiny application

May 13, 2013
By
Integration take two – Shiny application

My last post discussed a technique for integrating functions in R using a Monte Carlo or randomization approach. The mc.int function (available here) estimated the area underneath a curve by multiplying the proportion of random points below the curve by the total area covered by points within the interval: The estimated integration (bottom plot) is

Read more »

The Guerilla Guide to R

May 12, 2013
By

Update: I am aware the table of contents are being displayed in bullet form as I intended. The web template I'm using seems to be buggy. It also seems to think this page is in Indonesian...Working on it!

Table of Contents:

  1. Reading/Writing Files
    1. How to write lines of text into a file
    2. Trimming a huge (3.5GB) csv...

      Read more »

Playing cards, with R

May 11, 2013
By
Playing cards, with R

In my courses on R, I usually show how to insert a picture as a background for a graph. But it is also to see the picture as an object, and to insert it in a graph everywhere we like to see it, as explained on the awesome blog http://rsnippets.blogspot.ca/…. (in a post published in January 2012). I wanted...

Read more »

3D Mapping in R

May 8, 2013
By
3D Mapping in R

This tutorial has been kindly contributed by Robin Edwa

Read more »