gpt4 book ai didi

r - 在 pdf 顶部排列 tableGrob

转载 作者:行者123 更新时间:2023-12-05 07:31:18 25 4
gpt4 key购买 nike

<分区>

我想将 tableGrob 图表与 pdf 的顶部对齐。默认设置为中间。我的问题是图表的行号不同。

library(ggplot2)

g <- gridExtra::tableGrob(head(iris))
g2 <- gridExtra::tableGrob(iris[1:3,])

pdf("test.pdf")
gridExtra::grid.arrange(g, heights = c(1,3), padding = unit(1,"in"), top =
"Title")
gridExtra::grid.arrange(g2, heights = c(1,3), padding = unit(1,"in"), top =
"Title2")

dev.off()

标题和图表之间的间距不一致。 "Title2"和 g2 之间的空间比 "Title"和 g 大得多。我怎样才能将这两个图表“锁定”到距页面顶部 1.5 英寸?最终,我会有很多行号不同的图表,并且不想每次都手动更改“高度”参数。

pdf page 1 pdf page 2 enter image description here enter image description here

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com