Description Usage Arguments Value Examples
Extract header from hst file.
1 | hst.extract_header(filename)
|
filename |
The filename |
A string containing the header
1 2 3 4 5 6 7 8 9 | # import some of the data included with the package
infile <- system.file("extdata", "example1_hst.hst", package = "scbursts")
open_table <- hst.read(infile, extract="open")
closed_table <- hst.read(infile, extract="closed")
header <- hst.extract_header(infile)
# Make adjustments to the histogram, if you wish
hst.write(open_table, closed_table, file=file.path(tempdir(), "output_hist.hst"), header=header)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.