mirror of https://github.com/msberends/AMR.git
16 lines
368 B
R
16 lines
368 B
R
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
|
|
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
|
|
|
|
rsi_calc_S <- function(x, include_I) {
|
|
.Call(`_AMR_rsi_calc_S`, x, include_I)
|
|
}
|
|
|
|
rsi_calc_R <- function(x, include_I) {
|
|
.Call(`_AMR_rsi_calc_R`, x, include_I)
|
|
}
|
|
|
|
rsi_calc_total <- function(x) {
|
|
.Call(`_AMR_rsi_calc_total`, x)
|
|
}
|
|
|