inst/tag/shiny/pages/explore/zipf.r

output$explore_zipf <- renderUI(
  verticalLayout(
    show_plotnote_message,
    renderPlot(
      withProgress(message='Rendering plot...', value=0,
      {
        must_have("corpus")
        
        update_secondary()
        
        tm::Zipf_plot(localstate$tdm)
      })
    ),
    
    render_helpfile("Explore Zipf's Law", "explore/plot_zipf.md")
  )
)
wrathematics/TAG documentation built on May 20, 2019, 11:37 a.m.