标签: r function apply
我正在寻找函数apply(X,c(1,2),min,100)的非常快的版本,其中X是一个矩阵。 到目前为止,我尝试使用函数with()但没有成功。
apply(X,c(1,2),min,100)
X
with()