datatable(Maxes)
You can also embed plots, for example:
densfigIMTP <- ggplot(IMTP1)+
geom_density_ridges(aes( x= FZ_Max, y = Group , fill = Group
, alpha = 0.5), jittered_points= TRUE, position = "raincloud", alpha =0.7, scale= 0.9)
densfigIMTP
## Picking joint bandwidth of 149
Note that the
echo = FALSE parameter was added to the code
chunk to prevent printing of the R code that generated the plot.