Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ median_int
Function
median_int
inst/tinytest/cpp/sugar.cpp:825–827 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
823
824
// [[Rcpp::export]]
825
double median_int(Rcpp::IntegerVector x, bool na_rm = false) {
826
return Rcpp::median(x, na_rm);
827
}
828
829
// [[Rcpp::export]]
830
Rcomplex median_cx(Rcpp::ComplexVector x, bool na_rm = false) {
Callers
nothing calls this directly
Calls
1
median
Function · 0.85
Tested by
no test coverage detected