How can I save a pvclust object?
When running pvclust on a data frame of observations and variables, it returns an object which is a list of different data structures on which to perform subsequent operations.
Is there a way to save this object to file so I can use it later or send it to a co-worker?
Thanks.
• 2,655 views
•
link
1 answer
Could you use save.image()? And then use load() on the saved file.
• 0 views
•
link
Log in to answer this question.