foldChange: Calculate fold change between two vectors

View source: R/contrasts.R

foldChangeR Documentation

Calculate fold change between two vectors

Description

Calculate fold change between two vectors

Usage

foldChange(vec1, vec2)

Arguments

vec1

First vector

vec2

Second vector

Value

Vector of fold changes

Examples

foldChange(c(2, 2, 2), c(2, 4, 8))


pinin4fjords/shinyngs documentation built on Feb. 28, 2024, 10:19 a.m.