02 Jan Find the maximum and minimum number in R Programming Language Admin | Find the maximum and minimum number in R Programming Language, R Examples | R Programming | 0 Input: x <- c(2 ,3 ,4 ,6,1) min(x) y <- c(78,34,5,67,41,33) max(y) Output: $Rscript main.r [1] 1 [1] 78 Related posts: Check Armstrong number or Not in R Programming Language Factorial of a number in R Programming Language Find sum of natural numbers without/with formula using R Programming Languge Find the position of minimum and maximum of value in R Programming Language Leap year or not in R Programming Language R Programs to Add, Sub, Mul, and Div Simple way:” Hello world program in R” Write a R Program to Two vector Variables (Addition, Subtraction, Multiplication, Division, Mod, Coefficient)