R/Examples/example_makeF.R

## EXAMPLE 1
times <- c(1:24)
frequencies <- c(1/24, 1/8, 1/6)
matF <- makeF(times, frequencies)
print(matF)
fdslrm/R-package documentation built on April 29, 2020, 6:26 p.m.