Open mbsabath opened 7 years ago
Passing in standard plotting variables to plot (such as xlab = "some text" or main = "title") has no effect on the output graphs. Passing these directly to qi.plot also has no effect.
plot
xlab = "some text"
main = "title"
qi.plot
Passing in standard plotting variables to
plot
(such asxlab = "some text"
ormain = "title"
) has no effect on the output graphs. Passing these directly toqi.plot
also has no effect.