Content
Syllabus Programs
- Write a R program to take input from the user (name and age) and display the values. Also print the version of R installation.
- Write a R program to get the details of the objects in memory.
- Write a R program to create a sequence of numbers from 20 to 50 and find the mean of numbers from 20 to 60 and sum of numbers from 51 to 91.
- Write a R program to create a simple bar plot of five subjects marks.
- Write a R program to get the unique elements of a given string and unique numbers of vector.
- Write a R program to create three vectors a,b,c with 3 integers. Combine the three vectors to become a 3×3 matrix where each column represents a vector. Print the content of the matrix.
- Write a R program to create a 5 x 4 matrix, 3 x 3 matrix with labels and fill the matrix by rows and 2 × 2 matrix with labels and fill the matrix by columns.
- Write a R program to combine three arrays so that the first row of the first array is followed by the first row of the second array and then first row of the third array
- Write a R program to create a two-dimensional 5x3 array of sequence of even integers greater than 50.
- Write a R program to create an array using four given columns, three given rows, and two given tables and display the content of the array.