标签: r
我想使用
par(mfrow=c(2,2)。但是,Rstudio分别绘制它们。
par(mfrow=c(2,2)
这是我的代码:
library(Vinecopula) par(mfrow=c(2,1)) plot(BiCop(5,5), main="copula with \theta = 5") plot(BiCop(5,-5), main="copula with \theta = -5")