plot_test_cor: Plot correlation results from test data

Description Usage Arguments

View source: R/plot_test_cor.R

Description

Plot correlation results from test data

Usage

1
2
3
plot_test_cor(test.results, ylim = "default", main = NA,
  method = "pearson", baselines = c(warm = NA, m1 = NA, m2 = NA, m3 = NA,
  m1m2 = NA, m1m3 = NA, m2m3 = NA, m1m2m3 = NA))

Arguments

test.results

results generated with test_results

ylim

limits for the y-axis (NA)

main

Main title of the plot

method

Either 'pearson' or 'spearman' correlations

baselines

named vector of baseline values to draw as dotted horizontal lines e.g. c('warm'=0, 'm1'=0, 'm1m2'=0, 'm1m2m3'=0)


nathanlazar/BaTFLED3D documentation built on May 23, 2019, 12:19 p.m.