From 46b5ed42c7c31218eae6ab594864a3bd8313d6c2 Mon Sep 17 00:00:00 2001 From: JPogodzinski Date: Mon, 31 May 2021 22:15:53 +0200 Subject: [PATCH] slight redo --- charts.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts.R b/charts.R index 28e3b5b..c08f9ab 100644 --- a/charts.R +++ b/charts.R @@ -32,5 +32,5 @@ df2%>% hc_plotOptions(column = list(stacking = "normal"))%>% hc_xAxis(title=list(text='Age'))%>% hc_yAxis(title=list(text='Probability'))%>% - hc_legend(enabled=F) - hc_title(text="Probability of heart attack for sex in age group") + hc_legend(enabled=F)%>% + hc_title(text="Probability of heart attack for sex and age group")