str(dat <- simDat4()) # Implicit default arguments
str(dat <- simDat4(n = 10^6)) # More than the world population of peregrines
str(dat <- simDat4(n = 10, mean = 900, sd = 40)) # Simulate 10 female peregrines
Run the code above in your browser using DataLab