我使用gridExtra包內的grid.table以表格格式顯示調查評論列表。當評論(字符串變量)超過給定的長度時,我希望它自動插入換行符「\ n」。 library(gridExtra)
df<-data.frame(comments = c("Here is a short string",
"Here is a long string that needs to be broken in
問題 如何結合不同的地塊(GGPLOT2),具有不同的y軸和不同情節的高度,但仍保留對齊? DETAIL 當組合與grid.arrange(方法1)圖,其中的不同的y軸單位,它們不對齊。一種解決方法是使用gtable(method2),但我無法調整圖的相對高度。 例 require(ggplot2)
#Make two plots, with different y axis
x =