Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
58
bool S4_is_track(S4 tr){
59
return tr.is(
"track"
) ;
60
}
61
62
// [[Rcpp::export]]
63
bool S4_is_trackCurve(S4 tr){
Callers
nothing calls this directly
Calls
1
is
Method · 0.80
Tested by
no test coverage detected