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

Function which_min

inst/include/Rcpp/sugar/functions/which_min.h:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89template <int RTYPE, bool NA, typename T>
90R_xlen_t which_min( const VectorBase<RTYPE,NA,T>& t ){
91 return sugar::WhichMin<RTYPE,NA,T>(t).get() ;
92}
93
94} // Rcpp
95#endif

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected