search for: decane

Displaying 2 results from an estimated 2 matches for "decane".

Did you mean: decade
2017 Jan 21
2
problema con grafico lattice ....
...at$mycol <- ifelse(dat$sol =="ControlAE", "red", dat$sol) dat$mycol <- ifelse(dat$mycol =="ControlAB", "blue", dat$mycol) dat$mycol <- ifelse(dat$mycol =="Biodiesel", "tomato", dat$mycol) dat$mycol <- ifelse(dat$mycol =="Decane", "black", dat$mycol) dat$mypch <- ifelse(dat$sol =="ControlAE", 21, dat$sol) dat$mypch <- ifelse(dat$mypch =="ControlAB", 22, dat$mypch) dat$mypch <- ifelse(dat$mypch =="Biodiesel", 23, dat$mypch) dat$mypch <- ifelse(dat$mypch =="Deca...
2017 Jan 20
4
problema con grafico lattice ....
Estimada comunidad, estoy tratando de hacer un grafico y no resulta (adjuntos datos). Se grafican la vble "con" en el eje X y "can" en el eje Y. Se agrupa por la vble "sol". Se deben agregar como lineas horizontales los valores de "can" asociados a "sol" "ControlAE" y "ControlAB", para lo que uso panel. Pero al agregar