search for: cliente100rd

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

2012 Feb 28
1
Dotplot edition
...50 thanks in thanks is advance José Mi code 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(            ...