-
Function List 3
ceiling(a)
Round up to decimal placesrunif(n,min,max)
Generate uniformly distributed random numbersset.seed(seed)
Generate random numbers with a fixed patternbarplot(height,names.arg)
Create a bar chartcurve(func,from,to)
Draw a function curvednorm(x,mean,sd)
Probability density function of normal distributionrnorm(n,mean,sd)
Generate normally distributed random numbersnumeric(length)
Reserve a place to store the numberx <− a:b
Create continuous datafor(i in data){process}
Repeat the process