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

Function S4_is_trackCurve

inst/tinytest/cpp/S4.cpp:63–65  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

61
62// [[Rcpp::export]]
63bool S4_is_trackCurve(S4 tr){
64 return tr.is("trackCurve") ;
65}
66
67// [[Rcpp::export]]
68NumericVector S4_get_slot_x(S4 o){

Callers

nothing calls this directly

Calls 1

isMethod · 0.80

Tested by

no test coverage detected