diff --git a/Connect Project R Markdown.Rmd b/Connect Project R Markdown.Rmd index 762d0c5..59788fb 100644 --- a/Connect Project R Markdown.Rmd +++ b/Connect Project R Markdown.Rmd @@ -45,9 +45,6 @@ pie(Q25_frequencies, labels = c("Maybe", "No", "Yes"), col = coul3) ``` -pie(Q25_frequencies, labels = c("Maybe", "No", "Yes")) - # rough draft of piechart - ```{r Q26 bar/pie} Q26_data <- read.csv("./data/Q26_data.csv") @@ -108,8 +105,9 @@ names(test2)[2] <- "Frequency" head(test2) pie(test2$Frequency, labels = c("Worldviews", "Religion", "Theology", "Ethics", "Philosophy")) +# JK note on Q3: consider here whether to use alternative forms of visualiation to reflect the overlaps when respondents picked multiple categories in responses -``` + ``` pie(Q3_freq)