View source: R/alignment_functions.R
fixed_alignment | R Documentation |
Calculate alignment correlation for fixed parameters
fixed_alignment(
x,
align_pars,
cor_var = "conductivity",
cor_method = "pearson",
cast_direction
)
x |
oce object |
align_pars |
A list object with alignment parameters for a variable, e.g., list(temperature = -0.5) |
cor_var |
A vector of variable names that channels being aligned should be compared with (e.g., corr_var = "conductivity") |
cor_method |
Correlation method, passed to gapctd::channel_correlation(). |
cast_direction |
Cast direction as a character vector ("downcast" or "upcast"). Passed to gapctd::slowdown() |
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.