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

Function runit_diff

inst/tinytest/cpp/sugar.cpp:142–145  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

140
141// [[Rcpp::export]]
142NumericVector runit_diff( NumericVector xx){
143 NumericVector res = diff( xx );
144 return res ;
145}
146
147// [[Rcpp::export]]
148IntegerVector runit_diff_int(IntegerVector xx) {

Callers

nothing calls this directly

Calls 1

diffFunction · 0.85

Tested by

no test coverage detected