Creates geotop meteo files from (a list of) 'zoo' objects
Creates geotop meteo files from (a list of) 'zoo' objects
create.geotop.meteo.files(x, format = "%d/%m/%Y %H:%M", file_prefix = "meteo", file_extension = ".txt", formatter = "%04d", na = "-9999", col.names = TRUE, row.names = FALSE, date_field = "Date", sep = ",", level = NULL, quote = FALSE, ...)
x |
'zoo' object or a list of 'zoo' object representing the meteorological station |
format |
string format representing the date, see |
file_prefix |
string containing file prefix (full path). It correspos to the value of in |
file_extension |
string containing the extensions of final files. Default is |
formatter |
string value. It is the decimal formatter contained in the file name and used in case the tabular data are referred at several points. Default is |
na |
NA value indicator. Default is |
col.names |
logical parameter. Default is |
row.names |
logical parameter. Default is |
date_field |
string value. Default is "Date", otherwise defined by the value of |
sep |
string value. Default is |
level |
integer argument. See |
quote |
logical parameter. Default is |
... |
further argurments for |
library(geotopbricks) data(bondone) ## Not Run - Uncomment te following line to run the example ## create.geotop.meteo.files(x=meteo)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.