Hi
Sara Mouro wrote:
> Dear all,
>
> How can I explian and solve the error message:
> "margins too large"
Do you mean "figure margins too large"? If so, it means that there is not enough room for your plot; try making the graphics window (or page size) bigger. Depending on how "standard" plot.fasp() is, you could also try reducing the plot margins by something like ...
par(mar=rep(1, 4))
Paul
> which appears when I do something like:
> KK <- alltypes(SpatData, "K")
> plot.fasp(KK)
>
> Hope someone can please help me on this.
>
> Regards,
> Sara Mouro
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
-- Dr Paul Murrell Department of Statistics The University of Auckland Private Bag 92019 Auckland New Zealand 64 9 3737599 x85392 paul@stat.auckland.ac.nz http://www.stat.auckland.ac.nz/~paul/ ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.htmlReceived on Fri Nov 04 06:50:07 2005
This archive was generated by hypermail 2.1.8 : Fri 04 Nov 2005 - 08:18:21 EST