Agriculture: Some Facts

— .class #id

App: Fieldprint Graph

— .class #id

How the App Works

Access: - The app at:http://adityade.shinyapps.io/plot/ - ui.R - server.R - radar.R

Note: even though the app uses the user inputs, there are calculations in the function built to plot the graph.

— .class #id

How it Looks

source("radar.R")
values <- data.frame(0.4, 0.7, 0.7, 0.8, 0.2, 0.5, 0.5, 0.5)
names(values) = c("Energy","Soil","Emmissions","Biodiversity","Water","Land","Resource","Ecotoxity")
webplot(values, col="darkgreen")

plot of chunk unnamed-chunk-1