Learn R Programming

Biotech (version 1.0.0)

MultiRate: Compute the cell vitality after frosting

Description

Compute the cell vitality after frosting

Usage

MultiRate(unstained_defro, unstained_24h)

Arguments

unstained_defro

cell count of unstained (vital) cells immediately after defrosting

unstained_24h

count of unstained (vital) cells 24 hours after defrosting

Value

multiplication count after frosting

Examples

Run this code
# NOT RUN {
ud  <- c(12, 22, 15, 17)
u24 <-  c(9, 3, 5, 4)

MultiRate(unstained_defro =ud, unstained_24h = u24)

# }

Run the code above in your browser using DataLab