R/RcppExports.R

Defines functions clifford_attractor mollweide_projection c_map_light c_map_glow is_tbb

Documented in clifford_attractor mollweide_projection

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

is_tbb <- function() {
    .Call(`_glow_is_tbb`)
}

c_map_glow <- function(x, y, intensity, radius, exponent, xdim, ydim, xmin, xmax, ymin, ymax, background, blend_mode, contrast_limit, nthreads) {
    .Call(`_glow_c_map_glow`, x, y, intensity, radius, exponent, xdim, ydim, xmin, xmax, ymin, ymax, background, blend_mode, contrast_limit, nthreads)
}

c_map_light <- function(x, y, intensity, radius, falloff_exponent, distance_exponent, xdim, ydim, xmin, xmax, ymin, ymax, background, blend_mode, nthreads) {
    .Call(`_glow_c_map_light`, x, y, intensity, radius, falloff_exponent, distance_exponent, xdim, ydim, xmin, xmax, ymin, ymax, background, blend_mode, nthreads)
}

mollweide_projection <- function(latitude, longitude, meridian) {
    .Call(`_glow_mollweide_projection`, latitude, longitude, meridian)
}

clifford_attractor <- function(n_iter, A = 1.886, B = -2.357, C = -0.328, D = 0.918, x0 = 0.1, y0 = 0) {
    .Call(`_glow_clifford_attractor`, n_iter, A, B, C, D, x0, y0)
}

Try the glow package in your browser

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

glow documentation built on April 6, 2023, 1:08 a.m.