Displaying 1 result from an estimated 1 matches for "hulda".
Did you mean:
hula
2005 Apr 09
1
PostScript scatter plot, losing points at RHS
I'm using the following sequence to plot a scatter plot to PostScript.
Those familiar with the Iris LDA example in MASS will recognise what
I'm at.
> postscript("hulda.eps", horizontal=FALSE, onefile=TRUE, height=6, width=6, pointsize=8, paper="special")
> plot(hu.ld, type = "n", xlab= "first linear discriminant", ylab="second linear discriminant" )
> text(hu.ld, labels = as.character(hu.species))
All fine exc...