R/RcppExports.R

Defines functions timesTwo rcpp_hello sinc

Documented in rcpp_hello sinc

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

timesTwo <- function(x) {
    .Call('rwfec_timesTwo', PACKAGE = 'rwfec', x)
}

rcpp_hello <- function() {
    .Call('rwfec_rcpp_hello', PACKAGE = 'rwfec')
}

sinc <- function(x) {
    .Call('rwfec_sinc', PACKAGE = 'rwfec', x)
}

Try the rwfec package in your browser

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

rwfec documentation built on May 2, 2019, 5:07 a.m.