Hi Today i tried to install package R-base-2.6.1-3.1.i586.rpm
at suse 10.3. When i run the program and I do: linux:~ # R . . 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > > demo(graphics) demo(graphics) ---- ~~~~~~~~ Type <Return> to start : > require(datasets) > require(grDevices); require(graphics) > opar <- par(ask = dev.interactive(orNone = TRUE)) > ## Here is some code which illustrates some of the differences between > ## R and S graphics capabilities. Note that colors are generally specified > ## by a character string name (taken from the X11 rgb.txt file) and that line > ## textures are g .... [TRUNCATED] > opar <- c(opar, par(bg = "white")) > plot(x, ann = FALSE, type = "n") Hit <Return> to see next plot: > abline(h = 0, col = gray(.90)) > lines(x, col = "green4", lty = "dotted") > points(x, bg = "limegreen", pch = 21) > title(main = "Simple Use of Color In a Plot", + xlab = "Just a Whisper of a Label", + col.main = "blue", col.lab = gray(.8), + cex.main = 1.2, cex.lab = 1.0, font.main = 4, font.lab = 3) Error in title(main = "Simple Use of Color In a Plot", xlab = "Just a Whisper of a Label", : X11 font at size 14 could not be loaded ---------------------------------- Some body can help me?. Im really new in this. Thanks > [[alternative HTML version deleted]] ______________________________________________ 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.