powered by
Link the original info file to the otolith coefficients
enrich.master.list(object, folder_name = "folder", pic_name = "picname", calibration = "cal", include.wavelet = TRUE, include.fourier = TRUE, n.wavelet.levels = 5, n.fourier.freq = 12,...)
A shapeR object with values in slots:
shapeR
wavelet.coef
fourier.coef
shape
filter
master.list
A shapeR object
Should contain the first letters of the area and the serie or station number of the sample, for example: "IC"
Should contain the serie number of a given sample and fish number, for example "403_2" (not including the .jpg extension)
The name of the column where the pixels to measurement calibration is located
If TRUE, the wavelet coefficient are included in the master.list
If TRUE then the Normalized Elliptic Fourier coefficients are included in the master.list
Integer saying how many levels of wavelet levels should be included
Integer saying how many Fourier frequency levels should be included
Additional parameter for read.csv for reading the info.file
read.csv
Lisa Anne Libungan
# \donttest{ data(shape) shape = generateShapeCoefficients(shape) shape = enrich.master.list(shape)# }
Run the code above in your browser using DataLab