This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
using_r_studio [2016/04/28 09:37] Editor |
using_r_studio [2016/04/28 13:01] (current) Editor [R : Statistical and Spatial Data Analysis] |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
+ | ===== R : Statistical and Spatial Data Analysis ===== | ||
R is an integrated suite of software facilities for data manipulation, | R is an integrated suite of software facilities for data manipulation, | ||
- | an effective data handling and storage facility, | + | *an effective data handling and storage facility, |
- | | + | *a suite of operators for calculations on arrays, in particular matrices, |
- | | + | *a large, coherent, integrated collection of intermediate tools for data analysis, |
- | | + | *graphical facilities for data analysis and display either directly at the computer or on hardcopy |
- | or on hardcopy, and | + | |
The term “environment” is intended to characterize it as a fully planned and coherent system, rather than an incremental accretion of very specific and inflexible tools, as is frequently the case with other data analysis software. | The term “environment” is intended to characterize it as a fully planned and coherent system, rather than an incremental accretion of very specific and inflexible tools, as is frequently the case with other data analysis software. | ||
Line 11: | Line 12: | ||
R is very much a vehicle for newly developing methods of interactive data analysis. It has developed rapidly, and has been extended by a large collection of packages. However, most programs written in R are essentially ephemeral, written for a single piece of data analysis. | R is very much a vehicle for newly developing methods of interactive data analysis. It has developed rapidly, and has been extended by a large collection of packages. However, most programs written in R are essentially ephemeral, written for a single piece of data analysis. | ||
- | Below are Links to userful resources | + | =====Accessing R Studio===== |
- | Using R Studio http:// | + | |
- | R Studio https:// | + | You can access now R Studio through your browser. |
- | Link to Stats Course Using R http:// | + | Go to http:// |
- | Comprehensive Manual https:// | + | |
+ | ===== Useful R Resources ===== | ||
+ | |||
+ | *Using R and RStudio https:// | ||
+ | *Using R Studio http:// | ||
+ | *R Studio https:// | ||
+ | *Link to Stats Course Using R http:// | ||
+ | *Comprehensive Manual https:// | ||
+ | *Examples with Sample Data http:// | ||
+ | *A Crash Course in R http:// | ||
+ | =====Using R as Geographic Information System===== | ||
+ | *Spatial data in R: Using R as a GIS | ||
+ | *R as a GIS: overlay, rgeos, osmar, networks http:// | ||
+ | *R Spatial Tips http:// |