摘要:
001、par(mar)选项的作用是调整绘图区域距离外围框线的距离。作用和par(mai)一样, 可能只是单位不一样. par(mfrow = c(2, 2)) par(mar = c(1, 1, 1, 1)) plot(1:10, main = "mar = 1", cex.main = 3) b 阅读全文
posted @ 2022-05-18 13:15
小鲨鱼2018
阅读(8200)
评论(0)
推荐(0)
摘要:
001、par(oma)选项的作用是调整外框线距离绘图边界的距离。 par(oma = c(1, 1, 1, 1)) plot(1:10, main = "oma = 1", cex.main = 3) box(which = "figure", lwd = 5) box(which = "plot 阅读全文
posted @ 2022-05-18 13:04
小鲨鱼2018
阅读(1513)
评论(0)
推荐(1)
摘要:
001、mai的作用是调整绘图区域与外围框线的距离。 par(mfrow = c(2, 2)) par(mai = c(0.5,0.5,0.5,0.5)) plot(1:10, main = "mai = 0.5", cex.main = 3) box(which = "figure", lwd = 阅读全文
posted @ 2022-05-18 12:57
小鲨鱼2018
阅读(2061)
评论(0)
推荐(0)

浙公网安备 33010602011771号