added boxplot_t1.R
This commit is contained in:
parent
e1752c8e0c
commit
7d1df45692
5 changed files with 165 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue