Please enable JavaScript.
Coggle requires JavaScript to display documents.
Exploring R (functions (r m ( ) (to remove object), ls ( ) (to…
Exploring R
need two things
editor
eclipse stat ET (for large project
emacs speaks statistic (special for Linux)
Tinn-R ( easier to use and not fully featured
interface
RGui for window
Rstudio (Interface + editor)
R.app for OS
command prompt (>)
functions
r m ( )
to remove object
ls ( )
to list function
x<- 10
storing values of x
C( )
to construct a vector
quit ( )
to quit your R session
readline ( )
talking back to the user