Dear researches,

   I wonder know if someone knows how to plot two effects in the graph, respecting the limit of the first plot.

   I already tried this:

   plot(effWithoutAdapt,style="stacked",

key.args=list(space="right"),more=T,ylim=c(11,15.5), xlim=c(-1,1))

plot(effAdapt, style="stacked",rug=F, key.args=list(space="right"))

   But it is not respecting the limits of the previous plot, thus it is superimposing both effects curves.

In advance, thank you very much.

Similar questions and discussions