Margin issues with cimDiablo()

Hello,

Upon running the cimDiablo function with the “breast.TCGA” dataset from the vignette, I get the following error:

cimDiablo(MyResult.diablo, margin=c(1,3))

Error in strwidth(legend, units = “user”, cex = cex, font = text.font) : plot.new has not been called yet

Any help is appreciated! Thanks!

hi @wjohnsonTufts
This is likely a margin issue from RStudio, try one of those options (replace network() by cim() here):

Kim-Anh