get_correlation: Get correlation of a specific time point

View source: R/get_correlation.R

get_correlationR Documentation

Get correlation of a specific time point

Description

Get correlation of a specific time point

Usage

get_correlation(dnb, time_point, cor_name = "correlation")

Arguments

dnb

a DNB object

time_point

character name of a time point

cor_name

"correlation" or "correlation_ctrl"

Value

a correlation matrix

Examples

## Not run: 
r <- get_correlation(dnb, "2", "correlation")
r_ctrl <- get_correlation(dnb, "2", "correlation_ctrl")

## End(Not run)

gpli/DNB documentation built on Sept. 21, 2022, 10:57 p.m.