## Not run:
# data(gs_limma)
#
# # Default plot
# plot(gs_limma, fontsize = 8)
#
# # Omitting the panel area
# plot(gs_limma, panel_height = 0, fontsize = 8)
#
# # Selecting only certain components
# plot(gs_limma, components = c(1, 3), fontsize = 8)
#
# # Cutting the longer terms shorter (see right wordcloud on first component)
# plot(gs_limma, term_length = 20, fontsize = 8)
#
# # Change wordcloud colors
# plot(gs_limma, term_length = 20, wordcloud_colors = c("#C6DBEF", "#08306B"),
# fontsize = 8)
#
# # Adjust panel plot type (see panel_boxplot help for options)
# data(gs_kmeans)
#
# plot(gs_kmeans, panel_plot = panel_violin, classes = "Tissue", components =
# 1:2, fontsize = 8)
# plot(gs_kmeans, panel_plot = panel_violin_box, classes = "Tissue",
# components = 1:2, fontsize = 8)
#
# # Adjust colorscheme for plot (see customize help for more information)
# cust = function(p, par){
# p = p + scale_fill_brewer(par$classes, type = "qual", palette = 2)
# return(p)
# }
# plot(gs_kmeans, panel_plot = panel_violin, panel_customize = cust,
# classes = "Tissue", components = 1:2, fontsize = 8)
# ## End(Not run)
Run the code above in your browser using DataLab