lxy.save {tlocoh} | R Documentation |
Saves a LoCoH-xy object to disk, constructing a file name if needed that reflects the contents
lxy.save(lxy, file = NULL, save.as = NULL, dir = ".", suf = NULL, compress = TRUE, auto.num.files = TRUE, width = 2)
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 |
suf |
A suffix that will be used in the construction of the file name, ignored if |
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 |