x <- seq(0, 10, lengh.out = 100)Warning: In seq.default(0, 10, lengh.out = 100) :
extra argument 'lengh.out' will be disregarded
x containing 100 values between 0 and 10.y using sin(x).lty = 2.lines() function to add a line.x <- c(1:10, 1:20, 1:30, 1:40, 1:50). Plot a histogram using 5 breaks.1:50 and y-axis values 50:1. Use the additional argument lwd = 2.df <- data.frame(x = c(rnorm(100), rexp(100)), group = rep(1:2, each = 100)).x.