[R] Titles in plots overlap

2009-11-24 Thread Roslina Zakaria
Hi,   I use fCopulae package to draw different graphs of univariate and bivariate skew t.  But the plots titles overlap.  I tried using cex.main, font.main to adjust the size but they still overlaps.  Here is my code: par(mfrow = c(3, 1)) mu = 0 Omega = 1 alpha1 = 0 alpha2 = 1.5 alpha3 = 2

Re: [R] Titles in plots overlap

2009-11-24 Thread David Winsemius
I did not get anything very interesting with that plot but nonetheless, I suspect that you want to put your oma= parameter a bit earlier. On Nov 24, 2009, at 6:14 PM, Roslina Zakaria wrote: Hi, I use fCopulae package to draw different graphs of univariate and bivariate skew t. But the