Learn R Programming

Biotech (version 1.0.0)

yield: Compute yield count

Description

Compute yield count

Usage

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

Run this code
# NOT RUN {
uP  <- c(88, 73, 72, 97)
u24 <-  c(9, 3, 5, 4)
yield(unstained_prefro = uP, unstained_24h = u24)
# }

Run the code above in your browser using DataLab