You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of geoms for R's 'ggplot2' library. geom_shadowpath(), geom_shadowline(), geom_shadowstep() and geom_shadowpoint() functions draw a shadow below lines to make busy plots more aesthetically pleasing. geom_glowpath(), geom_glowline(), geom_glowstep() and geom_glowpoint() add a neon glow around lines to get a steampunk style.
A Shiny application for visualizing Geographically Weighted Regression (GWR) results in an interactive 3D environment. Ideal for educational purposes and exploring spatial data relationships. Built with R, Shiny, and plotly.
Shiny app visualizes air pollution data collected in the Czech Republic from 2013 to 2019. The measurements data (measurements.RData) is downloaded from European Environmental Agency (https://www.eea.europa.eu/themes/air). The file stations.RData contains information about each station. Report.rmd is used for extraction of information in word.
This R Shiny web app analyzes sentiment in uploaded text documents, displaying the top 10 negative and positive words, word frequency visualizations, and an interactive word cloud. Users can customize word frequency settings, making it easy to explore key terms and sentiment.