如果这是非常基本的道歉 - 有没有办法将Agnes对象从R中的Cluster库保存到文件中以便在另一个会话中使用?我在Stackoverflow上查看了CRAN pdf以及类似的问题,但没有看到任何内容。
提前致谢。
答案 0 :(得分:4)
如评论中所述:
library(cluster)
data(animals)
aa.ga <- agnes(animals, method = "gaverage")
saveRDS(aa.ga,"aa.ga.RDS") # Save it
rm(aa.ga) # Remove it so I can prove this works
aa.ga <- readRDS("aa.ga.RDS") # Read it back in
aa.ga
Call: agnes(x = animals, method = "gaverage") Agglomerative coefficient: 0.8285911 Order of objects:
[1]蚂蚁吊飞她的利兹萨尔蜜蜂cpl spi猫志男牛牛lio rab duc eag ele wha来自高度 (摘要):敏。第一曲。中位数第3曲。最大。 0.0000 0.0000 1.2050 0.9573 1.5890 2.6230
Available components: [1] "order" "height" "ac" "merge" "diss" "call" "method" "order.lab" "data"