On 07/19/2014 07:17 PM, William Dunlap wrote:
Wrap all your calls to plot() with print(). E.g., change
plot(s, type="vectors", idx=1:12, main="")
to
print(plot(s, type="vectors", idx=1:12, main="")
Some plot methods require their output to be printed to display, some
don't. Some help files for plot methods mention this requirement,
some don't.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
Many thanks! This does the trick
greets
ingo
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.