convert2cm: Conversion from the standard units of our lab's equipment to...

View source: R/convert.R

convert2cmR Documentation

Conversion from the standard units of our lab's equipment to centimeters

Description

Perhaps we don't need this function anymore.

Usage

convert2cm(df, scale = NULL, home = NULL, from, replace = TRUE)

Arguments

df

A data frame with columns that have to be converted.

scale

Scale from (unit) to centimeters.

home

Location of home position, which will be (0,0).

from

The type of equipment the data is measured with.

replace

Replace the old columns, or keep them.

Details

?

Value

The data frame is returned, with the relevant columns converted.

Examples

?

thartbm/SMCL documentation built on Oct. 23, 2022, 5:17 a.m.