powered by
dd.plot
QQ-plot
dd.plot(data1, data2 = rmvnorm(nrow(data1), array(0, ncol(data1)), diag(1, ncol(data1), ncol(data1))), main = "Normal DD-plot", xlab = "Sample Depths", ylab = "Normal Depths", col = "black", pch = 20)
x-axis
y-axis
DD-plot
spatial.depth
u<-matrix(rnorm(300,1,4),ncol=3) dd.plot(u)
Run the code above in your browser using DataLab