search for: dp_yearly_graph

Displaying 1 result from an estimated 1 matches for "dp_yearly_graph".

Did you mean: dp_yearly_graphs
2011 Mar 08
2
How to plot multiple graphs?
...bility = c(0.0027,0.0029,0.0031,0.0034,0.0037,0.004,0.0043,0.0025,0.0024,0.0024,0.0023,0.0022,0.0021,0.0021,0.003,0.0031,0.0032,0.0033,0.0034,0.0035,0.0036)) n_name = as.character(unique(df$basel_asset_class)) IPD = df$default_probability internal_category = c(1:7) # Total types of ratings DP_yearly_graphs = function(class, ratings, IPD) { flname = paste("Exponential Curve For " , n_name) png(filename=sprintf("%s%s%s%s%s", "Curve ", "( ", n_name," )", ".png"),width=480,height=480) par('bg'= "#FFFFCC") par...