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

Function S4_is_track

inst/tinytest/cpp/S4.cpp:58–60  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

56
57// [[Rcpp::export]]
58bool S4_is_track(S4 tr){
59 return tr.is("track") ;
60}
61
62// [[Rcpp::export]]
63bool S4_is_trackCurve(S4 tr){

Callers

nothing calls this directly

Calls 1

isMethod · 0.80

Tested by

no test coverage detected