Displaying 1 result from an estimated 1 matches for "desv_std".
Did you mean:
dest_str
2010 Jul 05
3
Problemas para graficar barras de error y fechas en el eje-x (SOLUCIONADO)
...$tipo)
n_tipo <- max(datos$tipo_num)*
*for (i in 1:n_tipo) {
tipo <- subset(datos, tipo_num==i)
points(tipo$julian, tipo$ch, col=1, bg=8, pch=tipo$dibujo[1], cex=1.4)*
# dibujo las líneas verticales de las barras de error
*segments(tipo$julian, tipo$ch, tipo$julian, tipo$ch-tipo$desv_std, col=
''black'')
segments(tipo$julian, tipo$ch, tipo$julian, tipo$ch+tipo$desv_std, col=
''black''*)
#para que quede prolijo, también las lineas horizantales en cada uno de
los extremos
* segments(tipo$julian-0.5, tipo$ch-tipo$desv_std, tipo$julian+0.5,
ti...