ReadInChamberlets: ReadIn of chamberlet measurements

Description Usage Arguments Value Examples

View source: R/WoLF_functionsV2.R

Description

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.

Usage

1
ReadInChamberlets(Inputpath, Inputsheet, v.length, from, to)

Arguments

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

Value

the function returns the lists CLT_A (chamberlet area), CLT_P (chamberlet perimeter), CLT_L (chamberlet length)

Examples

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")

weder90/WoLF_R documentation built on Jan. 21, 2020, 12:18 a.m.