yield: Compute yield count

Description Usage Arguments Value Examples

View source: R/CellVit.R

Description

Compute yield count

Usage

1
yield(unstained_24h, unstained_prefro)

Arguments

unstained_24h

count of unstained (vital) cells 24 hours after defrosting

unstained_prefro

cell count of unstained (vital) cells in advance of frosting

Value

yield count

Examples

1
2
3
uP  <- c(88, 73, 72, 97)
u24 <-  c(9, 3, 5, 4)
yield(unstained_prefro = uP, unstained_24h = u24)

Biotech documentation built on Aug. 13, 2020, 9:07 a.m.

Related to yield in Biotech...