Displaying 1 result from an estimated 1 matches for "r45572".
2008 May 01
1
Locale problem with umlauts in factor levels in 2.7.0 (patched) from grid or lattice
...Gr?")))
stripplot(x ~ y|levs, data = dt)
#Error in grid.Call.graphics("L_text", as.graphicsAnnot(x$label), x$x, :
# invalid input 'Gr?' in 'utf8towcs'
># Works
as.graphicsAnnot(as.factor(c("Gru","Gr?")))
R version 2.7.0 Patched (2008-04-30 r45572)
i386-pc-mingw32
locale:
LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germany.1252;
LC_MONETARY=German_Germany.1252;LC_NUMERIC=C;LC_TIME=German_Germany.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] lattice_...