File: reg-plot-latin1.R

package info (click to toggle)
r-base 3.1.1-1%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 85,436 kB
  • ctags: 35,389
  • sloc: ansic: 306,779; fortran: 91,908; sh: 11,216; makefile: 5,311; yacc: 4,994; tcl: 4,562; objc: 746; perl: 655; asm: 553; java: 31; sed: 6
file content (5 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (6)
1
2
3
4
5
pdf(file = "reg-plot-latin1.pdf", encoding = "ISOLatin1",
    width = 7, height = 7, paper = "a4r", compress = FALSE)
library(graphics) # to be sure
example(text)     # has examples that need to he plotted in latin-1
q("no")