R/RcppExports.R

Defines functions ScatteringModel seqC insertMinReqRem

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

insertMinReqRem <- function(anHs, anHt) {
    .Call(`_satellite_insertMinReqRem`, anHs, anHt)
}

seqC <- function(from_, to_, by_ = 1.0) {
    .Call(`_satellite_seqC`, from_, to_, by_)
}

ScatteringModel <- function(mnBandWls, dScatCoef) {
    .Call(`_satellite_ScatteringModel`, mnBandWls, dScatCoef)
}

Try the satellite package in your browser

Any scripts or data that you put into this service are public.

satellite documentation built on Oct. 12, 2021, 5:07 p.m.