gpt4 book ai didi

r - 如何在 R 的绘图区域之外画一条线或添加一个文本?

转载 作者:行者123 更新时间:2023-12-03 13:22:52 26 4
gpt4 key购买 nike

感谢您的阅读。我发现我无法在绘图区域之外绘制线/点或添加文本。如果我从绘图内部(轴内)区域到 xlab 主标题区域的区域绘制一条线,则仅显示绘图内的部分。在多图 (mfrow) 中,线/点将仅在最后一个事件图内绘制。

plot(0);
l=locator(2,type='n');
lines(l, type='l');

这个问题有什么解决办法吗?谢谢!

最佳答案

xpd 参数控制可以绘制的位置。用 par()$xpd 检查当前值,然后尝试设置 par(xpd=NA)。

从标准帮助:

 ‘xpd’ A logical value or ‘NA’.  If ‘FALSE’, all plotting is
clipped to the plot region, if ‘TRUE’, all plotting is
clipped to the figure region, and if ‘NA’, all plotting is
clipped to the device region. See also ‘clip’.

关于r - 如何在 R 的绘图区域之外画一条线或添加一个文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12496684/

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