R/cpp11.R

Defines functions readSlice writeSlice createFile

# Generated by cpp11: do not edit by hand

createFile <- function(filename, nEvent, nChannel, nSample, nDim, nCompressionRatio, is_libver_earliest) {
  .Call(`_ncdfFlow_createFile`, filename, nEvent, nChannel, nSample, nDim, nCompressionRatio, is_libver_earliest)
}

writeSlice <- function(filename, data, chIndx, sampleIndx, nRatio) {
  .Call(`_ncdfFlow_writeSlice`, filename, data, chIndx, sampleIndx, nRatio)
}

readSlice <- function(file, chIndx, sampleIndx) {
  .Call(`_ncdfFlow_readSlice`, file, chIndx, sampleIndx)
}
RGLab/ncdfFlow documentation built on Jan. 14, 2025, 6:19 a.m.