List of Programs To Be Included in R Programming Lab File
List of Programs To Be Included in R Programming Lab File
Q47:-Write a program in R to import a CSV file student having records of 10 students such
as studid, name, contact no, grade
Q48:-
26. WRITE A PROGRAM IN R TO DISPLAY ELECTRICITY BILL
ELSE 5/-
Q49:-Write a program in R to display a line chart between age<-c(22,34,55,38,41) and
income<-c(2222,5555,7778,8888,9999)
Q50:- Write a user defined function in R to check a number is armstrong number or not?
Q53:- Write a user defined function in R to add,subtract,multiply and divide two numbers
.two argument are passed to the function
Q55:- Write a user defined function display square and cube of the number entered.