Displaying 1 result from an estimated 1 matches for "limitlist".
Did you mean:
limitless
2006 Sep 11
1
graphics: y limit on xyplot
I would like to set the y axis limit of an xyplot using the object 'ylimit',
but receive this error:
[1] 990
Error in extend.limits(limitlist[[i]], axs = axs) :
improper length of lim
I get the same error if I use ylim.
library(lattice)
trellis.device(col = FALSE, theme = lattice.getOption("col.whitebg"))
name <- "Variable name"
symbols <- c(1,2,3,4,5,6,7,8,9)
patientp <- c(1,2,3,4,5,6,7,8,9,1,2,3,4,5,6,...