簡體   English   中英

軸號落在 R 中的格子 plot 之外

[英]axis numbers fall outside of the lattice plot in R

當我 plot 我的點陣圖時,100000 的 x 軸值落在 plot 之外。我不想讓數字大小更小。 我能做些什么來完成這項工作?

代碼:

bwplot(dfmh2$Period~dfmh2$Intensity|dfmh2$microhabitat, #temperature difference low over day period
       par.settings = my_settings,
       par.strip.text = list(cex =1.7),
       scales = list(x = list(font=1,cex=2),y = list(cex = 1.8)),
       ylab= list(label = "Period of Day", fontsize = 25), xlab= list(label = "Light intensity", fontsize = 25), 
       main= list(label  =  "B) Light intenstiy (lux)", cex= 2))

我的 plot 現在看起來像這樣: 在此處輸入圖像描述

你可以試試調

> lattice.options("skip.boundary.labels")
$skip.boundary.labels
[1] 0.02

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM