Description Usage Arguments Examples
Write bursts to a log10(ms)-sqrt(Frequency) .hst file from open and closed tables.
1 2 |
open_hist |
The table (bin,freq,fit) for open times |
closed_hist |
The table (bin,freq,fit) for closed times |
file |
The filename |
header |
The header info |
fromraw |
Unless FALSE, assume we need to write a log10(milliseconds)-sqrt(Frequency) plot |
1 2 3 4 5 6 7 8 | infile <- system.file("extdata", "example1_hst.hst", package = "scbursts")
open = hst.read(infile, extract="open")
closed = hst.read(infile, extract="closed")
header = hst.extract_header(infile)
### Do stuff
hst.write(open, closed, file=file.path(tempdir(), "new_histogram.hst"), header=header)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.