Sr.No |
Name
Of Practical |
View |
1 |
write an r program to find the maximum and minimum
value of a given vector |
|
2 |
Write an R program to sort
a vector in ascending and descending order |
|
3 |
Write an R program to extract first 10
English letter in lower case and last 10 letters in upper case and extract
letters between 22nd to 24th letters in upper case |
|
4 |
Write an r program to find
sum mean and product of a vector |
|
5 |
Write an R program to create
a Dataframes which contain details of 5 employees and display the details in
ascending order
|
|
6 |
Write an r program to calculate
multiplication table |
|
7 |
write a program to concatenate two
given factors in a single factor and display in descending order |
|
8 |
Write an R
program to create three vectors a,b,c with 3 integers. Combine the three
vectors to become a 3x3 matrix where each column represents a vector. Print
the content of the matrix. |
|
9 |
write an r program to convert a given
Matrix to a list and print list in ascending order |
|
10 |
Write a program to check input
number is prime or not
|