R Programing
R Programing
R Programing
Question No.1
Question No.3
[10]
Question No.4
Write a R program to create the system's idea of the current date with and without time. [10]
R Programming Code :
2) Write a R program to take input from the user (name and age) and display the values.
Also print the version of R installation.
R Programming Code :
R Programming Code :
name = "Python";
n1 = 10;
n2 = 0.5
print(ls())
print(ls.str())
4) 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.
R Programming Code :
print(mean(20:60))
print(sum(51:91))
5) Write a R program to create three vectors numeric data, character data and logical data.
Display the content of the vectors and their type.
R Programming Code :
CO-1 √ √ √ √
CO-2
CO-3
CO-4
Suman
Signature of Faculty