【发布时间】:2020-11-19 18:02:44
【问题描述】:
【问题讨论】:
-
如果您包含一个简单的reproducible example 以及可用于测试和验证可能的解决方案的示例输入,则更容易为您提供帮助。
resamples来自什么包?
【问题讨论】:
resamples来自什么包?
没有例子很难,但是试试这个:
p <- dotplot(resamples(list()))
p
trellis.focus("panel",1,1)
panel.text(x=p$panel.args[[1]]$x,y=p$panel.args[[1]]$y,labels = *point_values*, pos=3, cex=0.5, col="red")
trellis.unfocus()
【讨论】: