From 36bf1b90fe8c50a85cc7808232d9956d0878530b Mon Sep 17 00:00:00 2001 From: CHKim5 <77651662+CHKim5@users.noreply.github.com> Date: Wed, 28 Jul 2021 19:56:36 +0900 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1438731..01894f9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,15 @@ The package includes ### Installation +#### Download R +https://cran.r-project.org/bin/windows/base/ +#### Download R Studio +https://www.rstudio.com/products/rstudio/download/ +#### Download Rtools +https://cran.r-project.org/bin/windows/Rtools/ + +#### Download package in R + ``` install.packages("devtools") @@ -60,6 +69,9 @@ Data<-read.csv("statT.csv",header = F) **If Multilevel is not used, fill the column with random characters** +# Datafile needs to follow the following format +# Care for Capitals: Sample, Multilevel, Group +

@@ -126,7 +138,7 @@ AS_barplot(Statfile,asterisk = "Scheffe") * significant_variable_only = F # If set to TRUE, insignificant results will not be plotted * color = c("#FF3300", "#FF6600", "#FFCC00", "#99CC00", "#0066CC", "#660099") # Colors for the plots * legend_position = "none" # "none","left","right","bottom","top" -* order = NULL # Order of the groups c("LAC","LUE","WEI","SDF","HGH","ASH") +* order = NULL # Order of the groups c("LAC","LUE","WEI","SDF","HGH","ASH") "Color needs to be changed along with order" * tip_length = 0.01 # significance tip length * label_size = 2.88 # significance label size * step_increase = 0.05 #significance step increase