Learn R Programming

Biotech (version 1.0.0)

CellVit: Compute the cell vitality

Description

Compute the cell vitality

Usage

CellVit(unstained, stained)

Arguments

unstained

cell count of unstained cells

stained

cell count of stained cells

Value

vitality

Examples

Run this code
# NOT RUN {
us <- c(55, 65, 49, 57)
st <- c(11, 12, 9, 6)

CellVit(unstained = us, stained = st)

# }

Run the code above in your browser using DataLab