readLPIdir | R Documentation |
Read selected lag-profiles from all data files in LPI output directory.
readLPIdir(dpath,recursive=FALSE,lags='all',stdThresh=NULL)
dpath |
Data file / directory path(s) as a vector of character strings. |
recursive |
If TRUE, all directories in dpath are searched recursively. |
lags |
Lag selection. Either a vector of lag numbers, or "all" to read all lags |
stdThresh |
Standard deviation threshold. Median variance at each range is calculated, and integration periods whose variance is larger than stdThresh times the median at any range gate are stripped off. |
A list with the following elements plus everything listed in the "ACF" list stored in the last data file.
An nRange x nLag x nACF array of lag profile matrices
ACF variance estimates
Timestamps in seconds
Timestamps as character strings.
Number of integration periods.
Number of lags.
Number of range gates.
Ilkka Virtanen (University of Oulu, Finland)
ilkka.i.virtanen@oulu.fi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.