Description Usage Arguments Value Examples
View source: R/WoLF_functionsV2.R
Fitting a series of rotational steps (in radians) vs. marginal radius with a power function and extracting the biometric parameters.
1 | EstParamMR(print.mod, path_plot, dev_plot)
|
print.mod |
input if the model should be printed; TRUE or FALSE |
path_plot |
path where graphs should be saved; string |
dev_plot |
giving which extension should be used; string - if = NULL then graphs are not saved |
the function returns the estimated parameters IMR and MRe for each specimens as a new column in the summary table
1 2 | EstParamMR(print.mod=FALSE,path_plot ="C:/Users/user/Desktop/ggplots",dev_plot = NULL )
EstParamMR(print.mod=FALSE,path_plot ="C:/Users/user/Desktop/ggplots",dev_plot ="jpg" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.