ATM 315 Environmental Statistics Course 2014-01-23 1 Goto Follow the link and then choose the desktop application.

Slides:



Advertisements
Similar presentations
Managing References : Mendeley
Advertisements

Operating Systems. Operating System (OS) The software that manages the sharing of the resources of a computer. Examples of Operating Systems ◦ Windows.
Writing functions in R Some handy advice for creating your own functions.
Web Application Server Apache Tomcat Downloading and Deployment Guide.
 Statistics package  Graphics package  Programming language  Can be used to share/reproduce analyses  Many new packages being created - can be downloaded.
© 2010 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
BlackBoard Content Collection Retrieval Annual Assessment Updates
Microprocessor Simulation
XMAS installation instructions Windows Version: 1.0 4/22/2008.
How to install the Zelle graphics package
Collaboration Suite Business Process Management
Managing references : Mendeley
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
1 CS428 Web Engineering Lecture 18 Introduction (PHP - I)
Introduction to R Statistical Software Anthony (Tony) R. Olsen USEPA ORD NHEERL Western Ecology Division Corvallis, OR (541)
Retrieving Data Guide Rebecca and John Moores UCSD Cancer Center DNA Sequencing Shared Resource.
Panorama High School E.G.P./ Training to Put Students’ Grades on the Website Wednesday, September 29,
Rapid Miner Session CIS 600 Analytical Data Mining,EECS, SU Three steps for use  Assign the dataset file first  Select functionality  Execute.
M. Taimoor Khan * Java Server Pages (JSP) is a server-side programming technology that enables the creation of dynamic,
Apache, MySQL and PHP Installation and Configuration Chapter 4 XAMPP Installation and Configuration.
Objectives Understand what MATLAB is and why it is widely used in engineering and science Start the MATLAB program and solve simple problems in the command.
Standard Grade Computing OPERATING SYSTEMS CHAPTER 20.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
UCSC All rights reserved. No part of this material may be reproduced and sold. 1 IT1202-Fundamentals Of Programming (Using JAVA) Interacting with.
© 2005 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. Data Structures for Java William H. Ford William R. Topp Appendix E The EZJava.
Endnote Tutorial How to Navigate Click to move forward Click to go back Click to return to Menu page.
Guide to Linux Installation and Administration1 Chapter 4 Running a Linux System.
With Windows 7 Introductory© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Windows 7 Introductory Chapter 3 Advanced File Management and Advanced.
Outline Comparison of Excel and R R Coding Example – RStudio Environment – Getting Help – Enter Data – Calculate Mean – Basic Plots – Save a Coding Script.
SW318 Social Work Statistics Slide 1 Get ready to work on practice problems 1. Create a directory and subdirectory on your computer named C:\StudentData\SW318_Spring_2004.
Using Macros in Minitab
DOS and the Command Line CS 21a: Introduction to Computing I First Semester,
1 EndNote X2 Your Bibliographic Management Tool 29 September 2009 Humanities and Social Sciences Resource Teams.
How to Download and Install the Naper eReader and eBook Naper Publishing Group.
Introduction to R Introductions What is R? RStudio Layout Summary Statistics Your First R Graph 17 September 2014 Sherubtse Training.
Part 4 Processing and saving data with CGI/Perl Psychological Science on the Internet: Designing Web-Based Experiments From the Ground Up R. Chris Fraley.
WRITING REPORTS Introduction Section 0 Lecture 1 Slide 1 Lecture 6 Slide 1 INTRODUCTION TO Modern Physics PHYX 2710 Fall 2004 Intermediate 3870 Fall 2015.
VDI-in-a-box TM 1 Kaviza Client End User Quick Start Manual.
Debugging Ensemble Productions CAMTA Meeting 11 th November 2010 John Murray.
Bioinformatics for biologists Dr. Habil Zare, PhD PI of Oncinfo Lab Assistant Professor, Department of Computer Science Texas State University Presented.
DATABASE DESIGN LAB Session 1 Getting Acquainted with Microsoft Access Database Management System Using for first half of the course Desktop based user.
PART 2 INTRODUCTION TO DYNAMIC WEB CONTENT AND PHP.
Instructional Support/6, 7, 8/iSquad Session 1 of 2 Get Going with File Management for MACs.
Install CB 1.8 on Ubuntu. Steps Followed Install Ubuntu (Ubuntu LTS) on Virtual machine – (VMware Workstation) (
Downloading the MAXENT Software
 CSC 215 : Procedural Programming with C C Compilers.
MAC Basics. Objectives To navigate the basic functions on a Mac Create a file shortcut Personalize your dock MAC Basics.
Release Numbers MATLAB is updated regularly
How to change the LOGO on PecStarWeb V3.6
Getting Started with R.
Service Section Technical Training Dec 2005.
Installing R and R Studio
How to Install an old version of Adobe Reader on Mac OS.
Instructor: Prasun Dewan (FB 150,
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Introduction to R.
How to install the Enterprise Agent using Active Directory
Code is on the Website Outline Comparison of Excel and R
This is where R scripts will load
Information Technology Ms. Abeer Helwa
PHP and Forms.
Cite Your Sources Easier and Faster with
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Cite Your Sources Easier and Faster with
This is where R scripts will load
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Carthage ios 8 onwards Dependency manager that streamlines the process of integrating the libraries into the project.
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
A brief introduction to the nutrient tool-kit, getting R Studio to work and checking the data Martyn Kelly
Chloe Riley | Research Commons Librarian |
Presentation transcript:

ATM 315 Environmental Statistics Course Goto Follow the link and then choose the desktop application Download the R base package (see also next page) & R-Studio Follow the instructions of the Installer First download & install the R base package Then download & install RStudio Follow the link

ATM 315 Environmental Statistics Course

ATM 315 Environmental Statistics Course Command-line window Multi-function Window (for file browsing, plotting, Software package management … Memory window: list of objects Currently in the memory for use

ATM 315 Environmental Statistics Course Menu list for the R-Studio: (1)Set your work path for the Session (and current sessions) Command-line window Your files in the directory I suggest for this course: Create your atm315course directory with 3 sub-directories: (1)scripts (2)data (3) figures R-scripts (programs) are plain text files with ending.R ( NOT formatted Word documents)

 We first set the working directory for the session (in menu ‘session’, choose ‘set working directory’)  Or type into the command line window ( in windows it will start with C:/Users), MAC it will start with /Users/) setwd("C:/Users/oe524132/WORK/111TEACHING/R-course") 5 Subdirectory ‘data’ Collection of datasets (input data and output data) Subdirectory ‘scripts’ Contains the scripts. Scripts are text files ending ‘.R’ They contain program codes that can be executed Subdirectory ‘figures’ We will collect our plots in this directory Your working directory should have three subdirectories:

 With Windows File Browser tool / Mac Finder go into any directory of your choice  Create a new folder (named e.g. “R-Course”). Then enter the folder and  Create 3 new folders in there: “scripts”, “data”, “figures”  NEXT start R-Studio and  set the working directory for the session  (in menu ‘session’, choose ‘set working directory’)  Or type into the command line window (in windows it will start with C:/Users), MAC it will start with /Users/) In my case the directory path in set setwd("C:/Users/oe524132/WORK/111TEACHING/R-course") (your path name will differ of course on your system) source(“scripts/hadcrut4.R”) NOTE: R commands and scripts are case sensitve (i.e. the function call “Source(“scripts/hadcrut4.R)” doesn’t work! 6

 We first set the working directory for the session (in menu ‘session’, choose ‘set working directory’)  Or type into the command line window ( in windows it will start with C:/Users), MAC it will start with /Users/) setwd("C:/Users/oe524132/WORK/111TEACHING/R-course") source(“scripts/hadcrut4.R”) NOTE: R commands and scripts are case sensitve (i.e. the function call “Source(“scripts/hadcrut4.R)” doesn’t work! 7

 example001.R 8

9 example001.R

 example001.R 10

 example001.R 11

 HADCRUT4 global annual mean temperature anomalies  Global warming trend 12 A good habit: give reference /credit to the data source and date of retrieval. Acknowledge the developers of the data sources: Morice, C. P., J. J. Kennedy, N. A. Rayner, and P. D. Jones (2012), J. Geophys. Res., 117, D08101, doi: /2011JD Data retrieved from , [Version HadCRUT (file HadCRUT annual_ns_avg.txt)] Global warming stalled?

13 script: hadcrut4.R

 example001.R 14 hadcrut4.R

15