vascr_plot_cross_correlation: Plot cross correlation data from a vascr dataset

View source: R/cross_correlation.R

vascr_plot_cross_correlationR Documentation

Plot cross correlation data from a vascr dataset

Description

Plot cross correlation data from a vascr dataset

Usage

vascr_plot_cross_correlation(
  data.df,
  reference = NULL,
  comparator = NULL,
  manualpairs = NULL
)

Arguments

data.df

The data set to plot

reference

Reference line to compare against, if not specified all comparasons will be made

comparator

A list of samples to be compared to the reference. If not specified, all will be compared.

manualpairs

A manual list of pairs to be compared

Value

A plots of the cross correlation calculated

Examples

vascr_plot_cross_correlation(growth.df %>% vascr_subset(unit = "R", frequency = 4000))


JamesHucklesby/vascr documentation built on April 30, 2024, 8:33 a.m.