lxy.save: Save a LoCoH-xy object to disk

Description Usage Arguments See Also

Description

Saves a LoCoH-xy object to disk, constructing a file name if needed that reflects the contents

Usage

1
2
3
lxy.save(lxy, file = NULL, save.as = NULL, dir = ".", suf = NULL,
  compress = TRUE, auto.num.files = TRUE, width = 2,
  overwrite = FALSE)

Arguments

lxy

A LoCoH-xy object

file

Optional file name

save.as

The name of the saved object, if NULL the original object name will be used

dir

Directory for the output file (relative to the working directory), ignored if file passed

suf

A suffix that will be used in the construction of the file name, ignored if file is passed

compress

Compress file (T/F)

auto.num.files

Use a numeric token as part of the constructed file name to get a unique file name(T/F)

width

The number of digits in auto.num.files

overwrite

Overwrite an existing file

See Also

xyt.lxy, lhs.save


tlocoh documentation built on May 2, 2019, 5:27 p.m.