search for: seqcex

Displaying 1 result from an estimated 1 matches for "seqcex".

Did you mean: sence
2008 Jan 24
1
R CMD check and postscript fonts
...ello, I came across this by using R cmd check - otherwise I would probably not have noticed. One of my functions does something like this: # postscript() # plot(1, xlim = c(0, 10), ylim = c(0, 4), type = "n", ann = FALSE, axes = FALSE) # text(1:10, 2, c("a","b"), cex = seqcex, family="mono",font=2) Which results in the error: Error in text.default(1:10, 2, c("a", "b"), cex = seqcex, family = "mono", : family 'mono' not included in PostScript device 'mono' is perfectly fine for my x11 device and # postscriptF...