readbinarysamples | R Documentation |
Read binary correlation functions sample by sample, return as a list of
length nosamples
where increasing indices refer to averaging over
increasing numbers of samples.
readbinarysamples(files, Time = 48, nosamples = 2, endian = "little", excludelist = c(""), sym = TRUE, path = "", ftype = double())
files |
character vector. Paths to the file to read. As |
Time |
numeric. Time extent. |
nosamples |
number of samples |
endian |
character, either |
excludelist |
character vector. Elements in |
sym |
logical. Whether the read data shall be symmetrized in the end. |
path |
character. Path that is prefixed to each of the paths given in
|
ftype |
numeric type. As the data is read in binary this type has to match exactly the one in the file. |
Returns a list of cf
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.