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

Method nrow

inst/include/Rcpp/sugar/functions/cbind.h:193–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 inline R_xlen_t size() const { return e1.size() + e2.size(); }
192
193 inline R_xlen_t nrow() const { return e1.nrow(); }
194
195 inline R_xlen_t ncol() const { return e1.ncol() + e2.ncol(); }
196

Callers 15

nrowMethod · 0.45
ContainerBindableMethod · 0.45
JoinOpMethod · 0.45
sizeMethod · 0.45
nrowMethod · 0.45
sizeMethod · 0.45
nrowMethod · 0.45
operator[]Method · 0.45
sizeMethod · 0.45
nrowMethod · 0.45
operator[]Method · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected