Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_qt
Function
runit_qt
inst/tinytest/cpp/stats.cpp:253–255 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
251
252
// [[Rcpp::export]]
253
NumericVector runit_qt( NumericVector xx, double d, bool lt, bool lg ){
254
return qt( xx, d, lt, lg);
255
}
Callers
nothing calls this directly
Calls
1
qt
Function · 0.85
Tested by
no test coverage detected