#* topic_clouds_8: #* attr: #* fillcolor: '3' #* desc: Topic cloud plot. Note that this overlaps with topics from cloud 7 to get #* the panel sizes the same. #* ext: R #* inputs: #* - top_1000_terms_per_topic #* topic_clouds_8 <- function( top_1000_terms_per_topic) { plot_topic_clouds(top_1000_terms_per_topic, 259:300) return(NULL) }