R/RcppExports.R

Defines functions d2xy2 d2xy order4

Documented in d2xy d2xy2 order4

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

#' Finds the order of the next highest number to the power of 4
#' @param n number
#' @return Order of next highest number 4^x
order4 <- function(n) {
    .Call(`_gghilbertstrings_order4`, n)
}

#' Returns the x/y-position for a distance d in n possible values
#'
#' @param n First value
#' @param d Second value
#' @return Vector of x y
d2xy <- function(n, d) {
    .Call(`_gghilbertstrings_d2xy`, n, d)
}

#' Returns the x/y-position for a Vector of distances d in n possible values
#'
#' @param n Size of
#' @param d Second value
#' @return Matrix of x y values
d2xy2 <- function(n, d) {
    .Call(`_gghilbertstrings_d2xy2`, n, d)
}

Try the gghilbertstrings package in your browser

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

gghilbertstrings documentation built on April 7, 2021, 9:07 a.m.