R/RcppExports.R

Defines functions xpl_gvar xpl_nsignC

Documented in xpl_gvar xpl_nsignC

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

#' Return sign
#'
#' @param x A numeric vector
#' @export
xpl_nsignC <- function(x) {
    .Call('_xplorerr_xpl_nsignC', PACKAGE = 'xplorerr', x)
}

#' Repeat data
#'
#' @param ln A list
#' @param ly A list
#' @export
xpl_gvar <- function(ln, ly) {
    .Call('_xplorerr_xpl_gvar', PACKAGE = 'xplorerr', ln, ly)
}

Try the xplorerr package in your browser

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

xplorerr documentation built on May 21, 2021, 9:08 a.m.