added boxplot_t1.R

This commit is contained in:
Tanushree Tunstall 2020-10-23 13:31:08 +01:00
parent e1752c8e0c
commit 7d1df45692
5 changed files with 165 additions and 2 deletions

View file

@ -86,7 +86,7 @@ library(qwraps2)
#library(ComplexHeatmap)
########################################################################
# My functions
# My functions
########################################################################
my_kurtosis <- function(x) {
@ -100,4 +100,7 @@ my_skewness <- function(x) {
skewness <- m3/(sd(x)^3)
skewness
}
########################################################################
# My local imports
########################################################################
source("legend_adjustment.R")