R/RcppExports.R

Defines functions na_prop_polygon na_prop get_unique_values get_polygons get_motifels get_motifel_size get_composition create_attributes

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

create_attributes <- function(x) {
    .Call(`_motif_create_attributes`, x)
}

get_composition <- function(x, classes) {
    .Call(`_motif_get_composition`, x, classes)
}

get_motifel_size <- function(num_r, num_c, shift) {
    .Call(`_motif_get_motifel_size`, num_r, num_c, shift)
}

get_motifels <- function(input, type, directions, size, shift, f, threshold, classes, fun, na_action) {
    .Call(`_motif_get_motifels`, input, type, directions, size, shift, f, threshold, classes, fun, na_action)
}

get_polygons <- function(input, type, m, directions, f, threshold, fun, na_action, classes) {
    .Call(`_motif_get_polygons`, input, type, m, directions, f, threshold, fun, na_action, classes)
}

get_unique_values <- function(x, na_omit) {
    .Call(`_motif_get_unique_values`, x, na_omit)
}

na_prop <- function(x, size) {
    .Call(`_motif_na_prop`, x, size)
}

na_prop_polygon <- function(x, no_of_outside_cells) {
    .Call(`_motif_na_prop_polygon`, x, no_of_outside_cells)
}

Try the motif package in your browser

Any scripts or data that you put into this service are public.

motif documentation built on July 9, 2023, 5:30 p.m.