[R] margins too large
Paul Murrell
p.murrell at auckland.ac.nz
Thu Nov 3 20:41:08 CET 2005
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 at 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 at stat.auckland.ac.nz
http://www.stat.auckland.ac.nz/~paul/
More information about the R-help
mailing list