R/fSombra.R

Defines functions fSombra

Documented in fSombra

fSombra<-function(angGen, distances, struct, modeTrk='fixed',prom=TRUE){

  stopifnot(modeTrk %in% c('two','horiz','fixed'))
  result=switch(modeTrk, 
    two={fSombra6(angGen, distances, struct, prom)},
    horiz={fSombraHoriz(angGen, distances, struct)},
    fixed= {fSombraEst(angGen, distances, struct)}
    )
}

Try the solaR package in your browser

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

solaR documentation built on April 12, 2025, 1:51 a.m.