Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 458 Bytes

File metadata and controls

9 lines (6 loc) · 458 Bytes

R-Shiny Visualization of Polynomial Splines

Nick Levitt and Alex Jacobs

This is an R-Shiny application for the visualization of polynomial splines. The UI allows for the user to select between either the mtCars data or randomly generated data, as well as selecting the number of datapoints to display, the number of knots for the spline, and the degree of the polynomial.

This application can be easily ran as is from R-Studio.