Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rでqgraphを使用しています。ノードラベルが自動的に短縮されるため、非常に便利です。しかし、完全なラベルを使用するように依頼するにはどうすればよいですか?
ここに例があります。
require(qgraph) m <- matrix(1,3,3) colnames(m) <- c("AAAAAAAA", "BBBBBBBB", "CCCCCCCC") qgraph(m)