Displaying 1 result from an estimated 1 matches for "porc_perd".
2012 Feb 28
1
Dotplot edition
...e is this:
### setup the key
k <- simpleKey( c( "Perdidas ", "Contestadas" ) )
k$points$fill <- c("lightblue", "lightgreen")
k$points$pch <- 21
k$points$col <- "black"
k$points$cex <- 1
cliente100RD<- cliente100[order(cliente100$porc_perd),]
### create the plot
dotplot( rownames(cliente100RD) ~ perdida + contestada , data = cliente100RD, horiz = T,
main="Llamadas Enero 2012: RM",sub="Clientes ROI",
par.settings = list(
superpose.symbol = list(
pch = 21,
fill = c( "lig...