ashokkrish / CougarStats

5 stars 4 forks source link

Constructing a Pie or Bar Chart #3

Open ashokkrish opened 3 months ago

ashokkrish commented 3 months ago

@mwals360

image

when the parameter of interest is

image

we should have a dropdown

image

that’ll construct a pie chart and/or a bar chart for the number of successes (x) and number of failures (n - x).

The charts would look something like

image

or

image
ashokkrish commented 3 months ago

@mwals360

Further to our discussion let's add another tabPanel called 'Graphs' with these two plots rendered. I recommend using ggplot for these plots. Please do not hesitate to reach out to me if you have any further questions.