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

Function int_col_means

inst/tinytest/cpp/sugar.cpp:1198–1200  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1196
1197// [[Rcpp::export]]
1198Rcpp::NumericVector int_col_means(Rcpp::IntegerMatrix x, bool na_rm = false) {
1199 return colMeans(x, na_rm);
1200}
1201
1202// [[Rcpp::export]]
1203Rcpp::NumericVector lgl_col_means(Rcpp::LogicalMatrix x, bool na_rm = false) {

Callers

nothing calls this directly

Calls 1

colMeansFunction · 0.85

Tested by

no test coverage detected