This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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.

pvclust r object

1 answer

Could you use save.image()? And then use load() on the saved file.

Log in to answer this question.