Pengcheng Yang
2011-Apr-05 11:09 UTC
[R] how to label customized y axis when using lattice parallel parameter common.scale=TRUE
Dear all, When I use parallel function in lattice package, I want to label the y-axis with customized numbers. Like this: parallel(~iris[1:4] | Species, iris,horiz=FALSE,common.scale=TRUE, scales=list(y=list(at=c(0,2,3)))) But only "Min" label in the y-axis, nothing happened. Could anyone help me? Thanks. Regards, Pengcheng Yang
Deepayan Sarkar
2011-Apr-05 13:42 UTC
[R] how to label customized y axis when using lattice parallel parameter common.scale=TRUE
On Tue, Apr 5, 2011 at 4:39 PM, Pengcheng Yang <pengchy at gmail.com> wrote:> Dear all, > > When I use parallel function in lattice package, I want to label the y-axis > with customized numbers. Like this: > > parallel(~iris[1:4] | Species, iris,horiz=FALSE,common.scale=TRUE, > ? ?scales=list(y=list(at=c(0,2,3))))Parallel does not directly support that, and will insist on scaling the data. However, you can control the scaling (using 'lower' and 'upper'), and override a couple of other arguments to get what you want: parallel(~iris[1:4] | Species, iris, xlim = extendrange(range(iris[1:4])), scales = list(x = list(at = NULL, labels = NULL)), lower = 0, upper = 1) This is for horizontal.axis = TRUE, adjust accordingly for FALSE. -Deepayan> > But only "Min" label in the y-axis, nothing happened. Could anyone help me? > > Thanks. > Regards, > > Pengcheng Yang > > ______________________________________________ > R-help at 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. >
Maybe Matching Threads
- [LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
- [LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
- [LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
- [LLVMdev] "-relocation-model=static" does not work in llc compiler ?
- the worst scenario of ext3 after abnormal powerdown