I am running model based clustering and I don't know to fix this error.
plot(df_optimal_mc, what = 'uncertainty')
Error in plot.new() : figure margins too large
I already try the graphics.off()
or par(mfcol=c(5,3),mai=c(0.5,0.5,0.5,0))
and still nothing.