R/RcppExports.R

Defines functions aggregation_minCpp aggregation_maxCpp aggregation_lastCpp aggregation_firstCpp aggregation_meanCpp aggregation_anyCpp aggregation_sumCpp agg_minCpp agg_maxCpp agg_lastCpp agg_firstCpp agg_meanCpp agg_anyCpp agg_sumCpp

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

agg_sumCpp <- function(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_agg_sumCpp', PACKAGE = 'rasterly', L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}

agg_anyCpp <- function(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_agg_anyCpp', PACKAGE = 'rasterly', L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}

agg_meanCpp <- function(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_agg_meanCpp', PACKAGE = 'rasterly', L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}

agg_firstCpp <- function(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_agg_firstCpp', PACKAGE = 'rasterly', L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}

agg_lastCpp <- function(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_agg_lastCpp', PACKAGE = 'rasterly', L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}

agg_maxCpp <- function(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_agg_maxCpp', PACKAGE = 'rasterly', L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}

agg_minCpp <- function(L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_agg_minCpp', PACKAGE = 'rasterly', L, levels, category, plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}

aggregation_sumCpp <- function(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_aggregation_sumCpp', PACKAGE = 'rasterly', plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}

aggregation_anyCpp <- function(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_aggregation_anyCpp', PACKAGE = 'rasterly', plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}

aggregation_meanCpp <- function(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_aggregation_meanCpp', PACKAGE = 'rasterly', plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}

aggregation_firstCpp <- function(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_aggregation_firstCpp', PACKAGE = 'rasterly', plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}

aggregation_lastCpp <- function(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_aggregation_lastCpp', PACKAGE = 'rasterly', plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}

aggregation_maxCpp <- function(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_aggregation_maxCpp', PACKAGE = 'rasterly', plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}

aggregation_minCpp <- function(plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph) {
    .Call('_rasterly_aggregation_minCpp', PACKAGE = 'rasterly', plot_width, plot_height, x_range, y_range, xlim, ylim, x, y, on, size, glyph)
}
plotly/rasterly documentation built on June 9, 2020, 1:21 p.m.