This commit is contained in:
Tanushree Tunstall 2022-08-05 18:13:44 +01:00
parent 33925dafe9
commit d5bc1c272e
4 changed files with 193 additions and 12 deletions

View file

@ -110,15 +110,15 @@ LogoPlotCustomH <- function(plot_df
}
class(logo_dfP_wf)
#class(logo_dfP_wf)
rownames(logo_dfP_wf) = logo_dfP_wf[,1]
dim(logo_dfP_wf)
#dim(logo_dfP_wf)
logo_dfP_wf = logo_dfP_wf[,-1]
str(logo_dfP_wf)
#str(logo_dfP_wf)
colnames(logo_dfP_wf)
#colnames(logo_dfP_wf)
position_or = as.numeric(colnames(logo_dfP_wf))
######################################