+ All Categories
Home > Documents > Emanuele Baratti DICAM – Costruzioni idrauliche Mail ... · Windows system UNIX system The R...

Emanuele Baratti DICAM – Costruzioni idrauliche Mail ... · Windows system UNIX system The R...

Date post: 14-Feb-2019
Category:
Upload: hadiep
View: 216 times
Download: 0 times
Share this document with a friend
12
Emanuele Baratti DICAM – Costruzioni idrauliche Mail: [email protected]
Transcript

Emanuele Baratti

DICAM – Costruzioni idrauliche

Mail: [email protected]

R

Windows system UNIX system

The R environment

R is an integrated suite of software facilities for data manipulation, calculation and graphical display. Is a powerful statistics system.

R operates on "Objects":

- vectors

- matrices

- data frames

- lists

- factors

- “user define” functions / R functions

- Import/export object>read.table(...)> scan(...)> write.table (...)

- Conditional structuresIf,then,elseFor, while loop

- Graphical proceduresPlot, hist, boxplot

Help function!!

>help(...)

RStudio

RStudio

Own script

packages

plot

help

workspace

R command line


Recommended