Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ meanLogical
Function
meanLogical
inst/tinytest/cpp/sugar.cpp:766–766 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
764
765
// [[Rcpp::export]]
766
double meanLogical(Rcpp::LogicalVector x) { return(Rcpp::mean(x)); }
767
768
// [[Rcpp::export]]
769
Rcomplex meanComplex(Rcpp::ComplexVector x) { return(Rcpp::mean(x)); }
Callers
nothing calls this directly
Calls
1
mean
Function · 0.50
Tested by
no test coverage detected