

Used for creating lattice graphics for panel plots or trellis graphs Used for developing decision trees and rule-based models Used for building and analyzing Artificial Neural Networks (ANN) The below table specifies the best packages in R with their usage: Package Name The following figure shows the installation of an ade4 package by using its name: R Packages List Use the following command to install any package: install.packages(‘ade4’) In Linux, you can install the package if you know the name of a package.


If you download the package files from the internet(as. Once you have selected the packages you need, you need to click the OK button to download and install them into R. In Windows, you get the package menu and install option which is very easy.Īfter selecting a local mirror site, a list of available binary packages is being shown. Time to gain expertise in R Graphical Models To see what packages are available, you need to type the following command: installed.packages() But this splines package is not loaded by itself. For example – Splines package, that contains routines for smoothing curves, is being installed. There are many packages that are being installed but not loaded by themselves. When the search() command is executed, you can overview the packages that are loaded and are ready for use. You will see the graphics package that carries out routines to create graphs. We can observe an example of search() command as follows: search() Once installed, you need to load them into the session to use. Others are available for download and installation. With the help of the search() command, you can find all the list of available packages that are installed in your system. Packages are being stored in the directory called the library. R comes with a standard set of packages. Wait! Have you checked the tutorial on R Arguments Packages in RĪ package is a collection of R functions, data, and compiled code in a well-defined format. Also, we will learn about different R packages with their specific use and process to load packages in R. In this tutorial, we will explore the concept of packages in R programming along with its installation process in Windows and Linux. We offer you a brighter future with FREE online courses Start Now!!
