powered by
Get size spectrum
getSizeSpectrum(file, sep = ",", ...)
File to read
File separator
Additional arguments of the read.csv function
read.csv
A 3D array (time, length, species)
# NOT RUN { { dirin = system.file("extdata", package="osmose") file = paste(dirin, "/outputs/SizeIndicators/gogosm_yieldDistribBySize_Simu0.csv", sep="") size = getSizeSpectrum(file) } # }
Run the code above in your browser using DataLab