Use text().
x <- rnorm(10); y <- rnorm(10)
plot(x,y,type="n")
text(x,y,rep(c("te","tr"),each=5))
Cheers,
Jerome
On July 22, 2003 09:59 am, Luis Miguel Almeida da Silva wrote:
> Dear helpers
>
> Is it possible to plot with a desired character? For example "tr" for
> training error and "te" for test error. I tried
>
> plot(x,y,pch="tr")
>
> but only appears "t" in the plot
>
> ______________________________________________
> [EMAIL PROTECTED] mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help