search for: funnelgraph

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

2008 Sep 03
0
Graphics: Improving a Lattice plot - can it be done ?
...nLadder(GenIns, quarterly=FALSE, usetail=FALSE, YOA=c(1997:2006)) # lattice plot by underwriting years plot(basicCL, byYOA=TRUE) Instead of the ordinary "confidence bands" produced by the re lines, I would like to display a type of "funnel", as illustrated in the code below: funnelGraph <- function(x, ylim, bands, ...) { #---------------------------------------------------------------------- # Function to plot a funnel graph # Requires package: RColorBrewer # # Created by Nigel De Silva, 3 June 2006 # nigel.desilva@thomasmiller.com <mailto:nigel.desilva@thomasmil...