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

Function median_cx

inst/tinytest/cpp/sugar.cpp:830–832  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

828
829// [[Rcpp::export]]
830Rcomplex median_cx(Rcpp::ComplexVector x, bool na_rm = false) {
831 return Rcpp::median(x, na_rm);
832}
833
834// [[Rcpp::export]]
835Rcpp::String median_ch(Rcpp::CharacterVector x, bool na_rm = false) {

Callers

nothing calls this directly

Calls 1

medianFunction · 0.85

Tested by

no test coverage detected