axis.text.x = element_text(angle = 90, hjust = 1, vjust = .5), axis.text.y = element_blank(), axis.ticks.y = element_blank(), panel.grid.major.y = element_blank(), panel.grid.minor.y = element_blank() ) p }global_trend_plots_by_gene <- progression_models_plot_data %>%...
@@ -110,6 +118,8 @@ mschart_theme <- function(axis_title = fp_text(bold = TRUE, font.size = 16), axi axis_ticks_x = axis_ticks_x, axis_ticks_y = axis_ticks_y, grid_major_line_x = grid_major_line_x, grid_major_line_y = grid_major_line_y, grid_minor_line_x = grid...
theme(axis.ticks.x = ele, axis.text.x = ele, theme(axis.ticks.x = ele.tick, axis.text.x = ele.text, strip.text = element_text(face = "bold.italic"), panel.grid = element_blank())) }27 changes: 27 additions & 0 deletions 27 R/fetch_data.R Original file line numberDiff li...
With this function, there's one important thing to know: the yield classes here must be **added as successive graphs** (facets), not simply as classes on the x-axis. ```{r, warning=FALSE, message=FALSE, fig.width=10, fig.height=3} ggplot( # Keep only data for wheat clean%>%...