exported_funcs: Package functions

calc_modificationsR Documentation

Package functions

Description

Functions listed here are derived from the exported C++ functions. Note that all functions work even after being split into multiple separate files.

Usage

calc_modifications(x)

calc_A_routine(x)

calc_B_routine(x)

Arguments

x

Vector of Numeric Values with length n.

Value

A vector of numeric values with length n.

Examples

my_vec = c(3.5, 8, -1.5, -2, 0, 42)
calc_modifications(my_vec)
my_vecA = c(881, 884, 1,2,-4)
calc_A_routine(my_vecA)
my_vecB = c(512,32, -1, 1.3, 5.9)
calc_B_routine(my_vecB)

coatless/header_cpp_code documentation built on March 13, 2024, 6:01 a.m.