#* topic_clouds_7: #* attr: #* fillcolor: '3' #* desc: Topic cloud plot. #* ext: R #* inputs: #* - top_1000_terms_per_topic #* topic_clouds_7 <- function( top_1000_terms_per_topic) { plot_topic_clouds(top_1000_terms_per_topic, 42*6 + (1:42)) return(NULL) }