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

Function dbl_col_means

inst/tinytest/cpp/sugar.cpp:1193–1195  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1191
1192// [[Rcpp::export]]
1193Rcpp::NumericVector dbl_col_means(Rcpp::NumericMatrix x, bool na_rm = false) {
1194 return colMeans(x, na_rm);
1195}
1196
1197// [[Rcpp::export]]
1198Rcpp::NumericVector int_col_means(Rcpp::IntegerMatrix x, bool na_rm = false) {

Callers

nothing calls this directly

Calls 1

colMeansFunction · 0.85

Tested by

no test coverage detected