dumpresults: Dump object to ASCII file

Description Usage Arguments Value Author(s) See Also Examples

Description

Dumps radiative flux object to ASCII file. Currently only dump of objects returned by averadflux are supported.

Usage

1
    dumpresults(path,x)

Arguments

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

Value

NA

Author(s)

Øystein Godøy (o.godoy@met.no)

See Also

averadflux

Examples

1
2
3
    t <- readradflux("/disk1/data/radflux.nc")
    t1 <- averadflux(t,per="hour")
    dumpresults("myfile.txt",x)

steingod/R-ncradflux documentation built on May 30, 2019, 2:32 p.m.