MS R Script

Full R code

Here is presented the full R code used to produce the analyses of this manuscript.

#MS TITLE - ORGANIZANDO DADOS----
#####....----

dev.off() #apaga os graficos, se houver algum
rm(list=ls(all=TRUE)) #limpa a memória
cat("\014") #limpa o console
#shell.exec(getwd())
getwd()
setwd("D:/Working/Directory")
library(openxlsx)