R/RcppExports.R

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

abs_max_ <- function(x, finite = TRUE) {
    .Call('gggeom_abs_max_', PACKAGE = 'gggeom', x, finite)
}

dp_distance <- function(x, y) {
    .Call('gggeom_dp_distance', PACKAGE = 'gggeom', x, y)
}

make_heap <- function(x) {
    .Call('gggeom_make_heap', PACKAGE = 'gggeom', x)
}

heap_sort <- function(x) {
    .Call('gggeom_heap_sort', PACKAGE = 'gggeom', x)
}

heap_update_sort <- function(x) {
    .Call('gggeom_heap_update_sort', PACKAGE = 'gggeom', x)
}

resolution_numeric <- function(x, zero = TRUE) {
    .Call('gggeom_resolution_numeric', PACKAGE = 'gggeom', x, zero)
}

buildSkyline <- function(x1, x2, y) {
    .Call('gggeom_buildSkyline', PACKAGE = 'gggeom', x1, x2, y)
}

stack_rects <- function(x1, x2, y1, y2) {
    .Call('gggeom_stack_rects', PACKAGE = 'gggeom', x1, x2, y1, y2)
}

stack_ribbons <- function(x, y1, y2) {
    .Call('gggeom_stack_ribbons', PACKAGE = 'gggeom', x, y1, y2)
}

ungroupNA <- function(x) {
    .Call('gggeom_ungroupNA', PACKAGE = 'gggeom', x)
}

`as.data.frame!` <- function(x, nrow) {
    invisible(.Call('gggeom_as_data_frame', PACKAGE = 'gggeom', x, nrow))
}

vw_distance <- function(x, y) {
    .Call('gggeom_vw_distance', PACKAGE = 'gggeom', x, y)
}

warp <- function(x, y, f, threshold = 0.01, closed = FALSE) {
    .Call('gggeom_warp', PACKAGE = 'gggeom', x, y, f, threshold, closed)
}
rstudio/gggeom documentation built on May 28, 2019, 4:35 a.m.