lhs.save: Save a LoCoH-hullset object to disk

Description Usage Arguments See Also

Description

Saves a LoCoH-hullset object to disk, constructing a filename if needed that reflects the contents

Usage

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

Arguments

lhs

A LoCoH-hullset object

file

Optional filename. If omitted a sensible filename will be constructed

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 filename, ignored if file is passed

compress

Compress file. T/F

auto.num.files

Use a number as part of the constructed filename. T/F

width

The number of digits of the auto-number token in the filename (ignored if auto.num.files=F)

save.as

The name of the object when saved (default is the same as the original)

overwrite

Overwrite existing file

See Also

lxy.save


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