Skip to contents

Writes the interval samples of a TemporalIso-object to a .csv-File.

Usage

# S4 method for TemporalIso
export(fit, file, interval = NULL, ...)

Arguments

fit

TemporalIso: An instance of class TemporalIso, generated from estimateIntervals

file

character: a character string specifying the path to a .csv-file.

interval

numeric values which are part of the specified time intervals. Defaults to all intervals being exported

...

Optional arguments to write.csv. #'

See also