Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobbytkc/shinyApp
shinyApp created for Coursera Module
https://github.com/bobbytkc/shinyApp
Last synced: 9 days ago
JSON representation
shinyApp created for Coursera Module
- Host: GitHub
- URL: https://github.com/bobbytkc/shinyApp
- Owner: bobbytkc
- Created: 2015-07-21T09:46:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T10:21:30.000Z (over 9 years ago)
- Last Synced: 2024-08-13T07:15:18.149Z (4 months ago)
- Language: R
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - bobbytkc/shinyApp - shinyApp created for Coursera Module (R)
README
# shinyApp
shinyApp created for Coursera ModuleThis is a simple shiny app created to fulfull a requirement for the coursera module **Developing Data Products**. The module is part of the **Data Science** specialization.
The app uses the `mtcars` data from the `datasets` package. For the plot, it uses `ggplot2`. The application uses function from the `shiny` package. The app is deployed at [https://bobbytkc.shinyapps.io/shinyApp](https://bobbytkc.shinyapps.io/shinyApp).
This Shiny App allows you to compare the fuel efficiency of a selection of cars from the mtcars dataset.
#Instructions
Simply choose an attribute you are interested in from the dropdown list. The app will categorize the data according to that attribute and plot the fuel efficiency according to the miles per gallon (mpg).
You can also choose a specific vehicle from the drop down list. Pick a vehicle you like and click add to show the vehicle attributes in a table, and to highlight the vehicle you chose on the graph.
Shortforms used:
1. miles/gallon (mpg)
2. no. of cylinders(cyl)
3. displacement(disp)
4. horsepower(hp)
5. rear axle ratio(drat)
6. weight in 1000lbs(wt)
7. 1/4 mile time(qsec)
8. V/S(vs)
9. transmission(am) (0 = automatic, 1 = manual)
10. no. of forward gears(gear)
11. no. of carburetors(carb)