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.
有没有办法在情节中使用乳胶代码?我有两个向量,例如 a,b。我想创建这样的东西:
graph <- rbind(a, b)
colnames(pokus) = names(a) barplot(pokus, beside = TRUE)
但我想更改“colnames(pokus)”,以便不等式在 Latex 中看起来像 - 我必须稍后在乳胶中使用它,它应该看起来不错......我希望有一个简单的解决方案,但它'这是我第一次与 R 合作...