# NOT RUN {
#### generate R12in72 dataset
X = aux.gensamples(n=100, dname="R12in72")
#### try different lbd combinations
out1 = do.rsr(X, lbd=0.1)
out2 = do.rsr(X, lbd=1)
out3 = do.rsr(X, lbd=10)
#### visualize
par(mfrow=c(1,3))
plot(out1$Y[,1], out1$Y[,2], main="RSR::lbd=0.1")
plot(out2$Y[,1], out2$Y[,2], main="RSR::lbd=1")
plot(out3$Y[,1], out3$Y[,2], main="RSR::lbd=10")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab