This is a simple package that calculates the expected weight from fish length data and then plots it with an informative title.

x <- 1:10

y <- rnorm(10)

plot(x,y, type = "l")


dpkode/funkyR documentation built on May 15, 2019, 1:47 p.m.