On 4/3/08, Saptarshi Guha <[EMAIL PROTECTED]> wrote:
> Hello,
> How can i increase the padding between the axis and the data
> region(box just containing the figure) in xyplot?
>
> An example:
> new <- function(x){ if(x<0){ return(x^2) }else{ return(x) } }
> x <- se
Hello,
How can i increase the padding between the axis and the data
region(box just containing the figure) in xyplot?
An example:
new <- function(x){ if(x<0){ return(x^2) }else{ return(x) } }
x <- seq(-1,1,length.out=100)
y <- sapply(x,new)
sc=list
2 matches
Mail list logo