Displaying 1 result from an estimated 1 matches for "cz_cz".
Did you mean:
cs_cz
2003 Dec 05
1
How to use Sys.setlocale("LC_NUMERIC")?
...I can go backward with
"as.numeric(levels(table$column))[table$column]".
-- How do I separte values in a vector then? For example ylim=c(2.4,
3.5) -> ylim=c(2,4 ? 3,5), not to get a syntax error with the
comma-decimal numbers?
Workaround: I can set the value before I switch to "cz_CZ".
-- And finally, how do I plot it to the postscript device with commas in
labels (2,54), but with points in the postcsript commands (0.75
setlinewidth)? I can understand this is a problem of postscript
language/interpreter which doesn't use locales, but R's postscript
driver should k...