[R] Applying function to multiple data

2011-03-03 Thread Akshata Rao
to use the apply function but things are not working for me. I will really apprecaite the guidenace. I hope I am able to put up my query in a neat manner. Regards and thanking you all in advance. Akshata Rao [[alternative HTML version deleted]] __

[R] How to plot multiple graphs?

2011-03-08 Thread Akshata Rao
Dear R helpers, I have following data.frame giving asset class (i.e. bank, corporate, sovereign etc. as there could be number of classes) and rating-wise default frequency. I need to plot graphs for each of these classes i.e. bank, corporate and sovereign where I will be plotting ratings (AAA, AA

Re: [R] How to plot multiple graphs?

2011-03-08 Thread Akshata Rao
, aes(rate, default)) + geom_point() + facet_grid(class ~.) > p > ============== > > > > --- On Tue, 3/8/11, Akshata Rao wrote: > > > From: Akshata Rao > > Subject: [R] How to plot multiple graphs? > > To: r-help@r-project.org > > Received: Tuesday,

[R] Multiple graphs

2011-03-14 Thread Akshata Rao
Dear R helpers, Last week Mr. Ista Zahn has taken lots of efforts and helped me with the following code generating basel_asset_wise (e.g. bank, corporate, sovereign) graphs. The code works excellently and assetwise grahs are aslo genereated. I have tried to customize the code as per my need. Howe