conv2hoshifile() converts bl histogram count data frame into legacy 'hoshi file' format. The philosophy of this function is not good because it helps copy-paste procedure remain in workflow.
1 2 | conv2hoshifile(df, prefec, type, ym.start, ym.end, fname = NULL,
class.start = 10, class.end = 160)
|
df |
Data frame of bl histogram count data |
prefec |
Name of prefecture |
type |
Type of bl data either '"taichou"' or '"seimitsu"' |
ym.start |
Start of time range to exprort in %Y%m format |
fname |
If non-NULL, processed data will be exported to file named 'fname' |
class.start |
Smallest end (unit = mm) of bl class to be exported. Default = 10 |
class.end |
Largest end (unit = mm) of bl class to be exported. Default = 160 |
ym.start |
End of time range to exprort in %Y%m format |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.