Loading [MathJax]/extensions/mml2jax.js
Saltar al contenido principal
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
LibreTexts Español

Buscar

  • Filtrar resultados
  • Ubicación
  • Clasificación
    • Tipo de artículo
    • Author
    • Show TOC
    • Cover Page
    • License
    • Transcluded
      • Autonumber Section Headings
      • License Version
    • Incluir datos adjuntos
    Buscando en
    Acerca de 1 resultados
    • https://espanol.libretexts.org/Estadisticas/Estadisticas_Introductorias/Libro%3A_Pensamiento_estad%C3%ADstico_para_el_siglo_XXI_(Poldrack)/07%3A_Visualizaci%C3%B3n_de_datos_con_R/7.06%3A_Creando_una_parcela_m%C3%A1s_compleja
      oringDf %>% ggplot(aes(x = Temperature, y = DamageIndex)) + geom_point() + geom_smooth(method = "loess", se = FALSE, span = 1) + ylim(0, 12) + geom_vline(xintercept = 27.5, size =8, alpha = 0.3, color...oringDf %>% ggplot(aes(x = Temperature, y = DamageIndex)) + geom_point() + geom_smooth(method = "loess", se = FALSE, span = 1) + ylim(0, 12) + geom_vline(xintercept = 27.5, size =8, alpha = 0.3, color = "red") + labs( y = "Damage Index", x = "Temperature at time of launch" ) + scale_x_continuous(breaks = seq.int(25, 85, 5)) + annotate( "text", angle=90, x = 27.5, y = 6, label = "Forecasted temperature on Jan 28", size = 5 )

    Support Center

    How can we help?