Displaying 1 result from an estimated 1 matches for "radar_3_2_lg".
2011 Jun 07
3
Representacion gráfica de 8 categorías
Hola,
Estoy buscando una representación gráfica similar a la que da: ternatyplot
del paquete vcd :
data(Lifeboats)
attach(Lifeboats)
ternaryplot(
Lifeboats[,4:6],
pch = ifelse(side=="Port", 1, 19),
col = ifelse(side=="Port", "red", "blue"),
id = ifelse(men/total > 0.1, as.character(boat), NA),
main = "Lifeboats on Titanic"
)
Pero