Description Usage Arguments Value Examples
View source: R/WoLF_functionsV2.R
Reads in the chamberlet measurements from an excel template with multiple sheets necessary for the calculation of the growth-invariant and growth-independent meristic characters, which are used for analysis of morphology in nummulitid genera with subdivided chambers.
1 | ReadInChamberlets(Inputpath, Inputsheet, v.length, from, to)
|
Inputpath |
source path for the excel sheet |
Inputsheet |
string input of sheet name |
v.length |
max. number of rows allocated per specimen |
from |
string input of first excel column to be read in |
to |
string input of last excel column to be read in |
the function returns the lists CLT_A (chamberlet area), CLT_P (chamberlet perimeter), CLT_L (chamberlet length)
1 2 | system.file("extdata","input_data.xlsx", package = "WoLF")
ReadInChamberlets(Inputpath ="C:/Users/user/Desktop/Input_data.xlsx",Inputsheet = "chamberlets",v.length = 52,from="A",to="ET")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.