<t>I wrote the S-Plus script below for 2 dimensions - cause I wanted to plot 2 dimensions. Should be straightforward to do for n-dimensions (except for the plotting).genClaytonCopulaSamples = function(n, theta){#Effects: Draw n pairs from a Clayton copula.#-------------------------------------------...