12
Emanuele Baratti DICAM – Costruzioni idrauliche Mail: [email protected]

Emanuele Baratti DICAM – Costruzioni idrauliche Mail ... · Windows system UNIX system The R environment R is an integrated suite of software facilities for data manipulation, calculation

  • Upload
    hadiep

  • View
    216

  • Download
    0

Embed Size (px)

Citation preview

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