enrich.master.list | R Documentation |
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,...)
object |
A |
folder_name |
Should contain the first letters of the area and the serie or station number of the sample, for example: "IC" |
pic_name |
Should contain the serie number of a given sample and fish number, for example "403_2" (not including the .jpg extension) |
calibration |
The name of the column where the pixels to measurement calibration is located |
include.wavelet |
If TRUE, the wavelet coefficient are included in the master.list |
include.fourier |
If TRUE then the Normalized Elliptic Fourier coefficients are included in the master.list |
n.wavelet.levels |
Integer saying how many levels of wavelet levels should be included |
n.fourier.freq |
Integer saying how many Fourier frequency levels should be included |
... |
Additional parameter for |
A shapeR
object with values in slots:
wavelet.coef
fourier.coef
shape
filter
master.list
Lisa Anne Libungan
data(shape) shape = generateShapeCoefficients(shape) shape = enrich.master.list(shape)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.