Description Usage Arguments Value Author(s) See Also Examples
Dumps radiative flux object to ASCII file. Currently only dump of objects returned by averadflux are supported.
1 | dumpresults(path,x)
|
path |
path to where data are dumped, filenames are of the type radflux_location_date.txt |
x |
an object of the type returned by averadflux |
NA
Øystein Godøy (o.godoy@met.no)
averadflux
1 2 3 | t <- readradflux("/disk1/data/radflux.nc")
t1 <- averadflux(t,per="hour")
dumpresults("myfile.txt",x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.