This file contains the same code as the file "myScript.R", but in the format of a simple R Notebook.

Generate data

x <- rnorm(100)

Calculate mean

mean(x)

Histogram

hist(x)

Normal probability plot

qqnorm(x)


hhwagner1/LandGenCourse documentation built on Feb. 17, 2024, 4:42 p.m.