R/rCI.R

Defines functions rCI

# library(Rcpp)

# sourceCpp("main.cpp", verbose=TRUE)


# dyn.load("main.so")

rCI <- function(x, y, dx, dy){
	dtx <- 0
	dty <- 0
	.Call("rCI", x, y, dx, dy, length(y), dtx, dty)
}
bhklab/fastCI documentation built on Dec. 3, 2020, 12:17 a.m.