

We seek to produce a public architecture that highlights the communal and civic dimension of life and erases boundaries between art and everyday life. The ambition of our practice is to reclaim, enhance and develop the public dimension of the city. We weave together visual arts, architecture, design, landscape and the city. For example, to see the help about the mean function, run ?mean.R&R STUDIOS creates architecture and artworks that perform as social sculptures and tools for the pursuit of happiness. To access the help of a function, run help("name of the function") or simply ?name of the function. Help: documentation about all functions written for R.
WWW R STUDIO COM INSTALL
Furthermore, note that an internet connection is required to install a package, while it is not required to load a package Note that you will need to install packages only once, 1 but load packages each time you open RStudio.

To load the package, find the package you want to load in the Packages window (you can use the search box), then click on the checkbox next to the name of the package.
WWW R STUDIO COM CODE
You will see that the code appears in the console. For this, click on the button Install under Packages, type the name of the package you want to install and then click on Install. You also have the possibility to install and load packages via the buttons under the Packages tab. To load a package, run library(name of the package) (this time "" around the name of the package are optional, but can still be used if you wish). Once the package is installed, you must load the package and only after it has been loaded you can use all the functions it contains. Some packages are installed by default, all others must be installed by running install.packages("name of the package") (do not forget "" around the name of the package!). You are then able to use this package (and all functions built inside this package) for free. Remind that R is open source everyone can write code and publish it as a package.

Everything else must be installed from packages. Only fundamental functionalities come with R. Packages: where you see all your installed packages.

Those buttons are located just under the Plot tab (see figure below) You can open the plot in a new window by clicking on Zoom and export your plot by clicking on Export. If you plotted more than one plots, you can navigate between them by clicking on the arrows. For instance, run plot(1:10) and you should see it in this tab.
