MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / runit_range_minus

Function runit_range_minus

inst/tinytest/cpp/sugar.cpp:360–363  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

358
359// [[Rcpp::export]]
360IntegerVector runit_range_minus(int start, int end, int n) {
361 IntegerVector vec = Range(start, end) - n;
362 return vec;
363}
364
365// [[Rcpp::export]]
366NumericVector runit_sapply( NumericVector xx ){

Callers

nothing calls this directly

Calls 1

RangeClass · 0.50

Tested by

no test coverage detected