SlideShare a Scribd company logo
R
R


•
•
•
•
•
•
    •
    •
    •
    •
    •   etc
•          plot

    •   plot(x=..., y=..., xlab=”...”, ylim=..., ...)
    •   plot(sin, xlim=...)
•
    •   lattice, rgl, igraph                plot

    •   levelplot, rglplot

•   ggplot

•                                      (quartz, eps, png, svg, etc)
•
    •                                    or

•       Layer   [ save, load, data, file, seek, dput, dget,
    parse, write, scan, etc... ]
•       Layer   [ read.csv, write.csv, read.table,
    write.csv, etc... ]
•       Layer   [ write.graph, read.graph, sqlFetch, etc... ]

•   http://cran.r-project.org/doc/manuals/R-data.html
•   function

•     class

•        if, for, while,...

•       {}

•     +, -, *, /, %%, %*%, ^,...

•             vector, list, dataframe, matrix,...

•
•   Unix
•   Linux
•   Mac
•   Windows
•   ※even if you don’t have GUI system
•   ?
•   RjpWiki
RjpWiki


•   R

•   R         100+

•   Tips

•   RjpWiki

More Related Content

PDF
Rdio's Alex Gaynor at Heroku's Waza 2013: Why Python, Ruby and Javascript are...
PDF
In The Land Of Graphs...
PDF
Functional Programming
PDF
Presentation: Plotting Systems in R
PPTX
Basic Analytic Techniques - Using R Tool - Part 1
PPTX
Introduction to Business Analytics Course Part 9
PDF
COMPANY PROFILE
PPTX
Introduction to Business Analytics Course Part 10
Rdio's Alex Gaynor at Heroku's Waza 2013: Why Python, Ruby and Javascript are...
In The Land Of Graphs...
Functional Programming
Presentation: Plotting Systems in R
Basic Analytic Techniques - Using R Tool - Part 1
Introduction to Business Analytics Course Part 9
COMPANY PROFILE
Introduction to Business Analytics Course Part 10

Viewers also liked (9)

PPTX
Introduction to Business Analytics Course Part 7
PDF
R Markdown Tutorial For Beginners
PDF
RMySQL Tutorial For Beginners
PPTX
Introduction to Business Analytics Part 1
PPTX
Introduction to business analytics
PPTX
Tableau Software - Business Analytics and Data Visualization
PPT
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
PDF
Four ways data is improving healthcare operations
PPTX
Tableau presentation
Introduction to Business Analytics Course Part 7
R Markdown Tutorial For Beginners
RMySQL Tutorial For Beginners
Introduction to Business Analytics Part 1
Introduction to business analytics
Tableau Software - Business Analytics and Data Visualization
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
Four ways data is improving healthcare operations
Tableau presentation
Ad

Similar to R - Basic Introduction (20)

PDF
Extending lifespan with Hadoop and R
PDF
Data Analysis with R (combined slides)
PDF
Essentials of R
KEY
anohana
PPTX
The Powerful Marriage of Hadoop and R (David Champagne)
PPTX
Hadoop World 2011: The Powerful Marriage of R and Hadoop - David Champagne, R...
PDF
R - the language
PDF
Introduction to R software, by Leire ibaibarriaga
PDF
Introduction to R Short course Fall 2016
PDF
Learning notes of r for python programmer (Temp1)
PDF
Data Visualization with ggplot2.pdf
KEY
ggplot2できれいなグラフ
PDF
R programming for data science
PDF
Data visualization-2.1
PDF
Cloud Biocep
KEY
R for Pirates. ESCCONF October 27, 2011
PPTX
Data Visualizations with ggplot2
PPT
A Survey Of R Graphics
PPT
Introduction to R
PDF
Introduction to ggplot2
Extending lifespan with Hadoop and R
Data Analysis with R (combined slides)
Essentials of R
anohana
The Powerful Marriage of Hadoop and R (David Champagne)
Hadoop World 2011: The Powerful Marriage of R and Hadoop - David Champagne, R...
R - the language
Introduction to R software, by Leire ibaibarriaga
Introduction to R Short course Fall 2016
Learning notes of r for python programmer (Temp1)
Data Visualization with ggplot2.pdf
ggplot2できれいなグラフ
R programming for data science
Data visualization-2.1
Cloud Biocep
R for Pirates. ESCCONF October 27, 2011
Data Visualizations with ggplot2
A Survey Of R Graphics
Introduction to R
Introduction to ggplot2
Ad

Recently uploaded (20)

PPTX
Pharma ospi slides which help in ospi learning
PDF
Pre independence Education in Inndia.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
01-Introduction-to-Information-Management.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
Institutional Correction lecture only . . .
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Basic Mud Logging Guide for educational purpose
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
Pharma ospi slides which help in ospi learning
Pre independence Education in Inndia.pdf
O7-L3 Supply Chain Operations - ICLT Program
01-Introduction-to-Information-Management.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Microbial disease of the cardiovascular and lymphatic systems
Supply Chain Operations Speaking Notes -ICLT Program
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
Renaissance Architecture: A Journey from Faith to Humanism
Institutional Correction lecture only . . .
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Basic Mud Logging Guide for educational purpose
Module 4: Burden of Disease Tutorial Slides S2 2025

R - Basic Introduction

  • 1. R
  • 3. • • • • • etc
  • 4. plot • plot(x=..., y=..., xlab=”...”, ylim=..., ...) • plot(sin, xlim=...) • • lattice, rgl, igraph plot • levelplot, rglplot • ggplot • (quartz, eps, png, svg, etc)
  • 5. • or • Layer [ save, load, data, file, seek, dput, dget, parse, write, scan, etc... ] • Layer [ read.csv, write.csv, read.table, write.csv, etc... ] • Layer [ write.graph, read.graph, sqlFetch, etc... ] • http://cran.r-project.org/doc/manuals/R-data.html
  • 6. function • class • if, for, while,... • {} • +, -, *, /, %%, %*%, ^,... • vector, list, dataframe, matrix,... •
  • 7. Unix • Linux • Mac • Windows • ※even if you don’t have GUI system
  • 8. ? • RjpWiki
  • 9. RjpWiki • R • R 100+ • Tips • RjpWiki