R/RcppExports.R

Defines functions na_prop motifel_to_grid motifel_adjustment motifel_sums motifel_areas get_metrics draw_values create_motifels_ids create_motifels colander

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

colander <- function(x, y) {
    .Call(`_raceland_colander`, x, y)
}

create_motifels <- function(x, size, shift) {
    .Call(`_raceland_create_motifels`, x, size, shift)
}

create_motifels_ids <- function(x, size, shift) {
    .Call(`_raceland_create_motifels_ids`, x, size, shift)
}

draw_values <- function(x, y) {
    .Call(`_raceland_draw_values`, x, y)
}

get_metrics <- function(x, w, directions, fun = "mean", na_action = "replace", base = "log2", ordered = TRUE, size = 0L, shift = 0L, na_threshold = 0.5) {
    .Call(`_raceland_get_metrics`, x, w, directions, fun, na_action, base, ordered, size, shift, na_threshold)
}

motifel_areas <- function(x, size) {
    .Call(`_raceland_motifel_areas`, x, size)
}

motifel_sums <- function(x, size) {
    .Call(`_raceland_motifel_sums`, x, size)
}

motifel_adjustment <- function(x, y) {
    .Call(`_raceland_motifel_adjustment`, x, y)
}

motifel_to_grid <- function(x, y, size) {
    .Call(`_raceland_motifel_to_grid`, x, y, size)
}

na_prop <- function(x) {
    .Call(`_raceland_na_prop`, x)
}
Nowosad/raceland documentation built on April 21, 2023, 10 a.m.