lhs.save {tlocoh} | R Documentation |
Saves a LoCoH-hullset object to disk, constructing a filename if needed that reflects the contents
lhs.save(lhs, file = NULL, dir = ".", suf = NULL, compress = TRUE, auto.num.files = TRUE, width = 2, save.as = NULL, overwrite = FALSE)
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 |
suf |
A suffix that will be used in the construction of the filename, ignored if |
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 |
save.as |
The name of the object when saved (default is the same as the original) |
overwrite |
Overwrite existing file |