Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
R1
#R version 3.3.2 print(round(5.4)) print(mean(3:12)) print(ceiling(3.4)) print(factorial(6)) print(sample(x=1:6,size=3))#similar to random function in Python,C++ print(args(mean))#To check parameters of function print(round(22/7,digits=5))
run
|
edit
|
history
|
help
0
12-08-2020Ex3.19
As1-1
Leap Year Finder
MSS PS: Introduction to R
Double Pendulum with euler (copy and past on your computer)
Pendulum Experiment
Ques5.
1.second
Pie Chart
Ex21-01-21