plotmath पर टैग किए गए जवाब

20
फेसबेल लेबल कैसे बदलें?
मैंने निम्नलिखित ggplotकमांड का उपयोग किया है : ggplot(survey, aes(x = age)) + stat_bin(aes(n = nrow(h3), y = ..count.. / n), binwidth = 10) + scale_y_continuous(formatter = "percent", breaks = c(0, 0.1, 0.2)) + facet_grid(hospital ~ .) + theme(panel.background = theme_blank()) उत्पादन करना मैं बदलना चाहते हैं पहलू कम कुछ …
230 r  ggplot2  symbols  facet  plotmath 
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.