Re: [R] Variable scope R 2.6.1

2008-01-03 Thread Deepayan Sarkar
On 1/2/08, John Fox <[EMAIL PROTECTED]> wrote: > Dear Stefan, > > I don't think that your question was answered. > > If you invoke the formula method for splom(), then your function works; that > is, you can use > > splom(~as.data.frame(rbind(data, outliers)), . . . . > > It looks to me as

Re: [R] Variable scope R 2.6.1

2008-01-02 Thread John Fox
ECTED] > project.org] On Behalf Of Stefan Eichenberger > Sent: January-01-08 6:50 AM > To: r-help@r-project.org > Subject: [R] Variable scope R 2.6.1 > > > I have the following procedure which worked just fine for in R 2.2.0. > Recently I upgraded to 2.6.1 and now ge

[R] Variable scope R 2.6.1

2008-01-01 Thread Stefan Eichenberger
I have the following procedure which worked just fine for in R 2.2.0. Recently I upgraded to 2.6.1 and now get an error: > ScatterOutlier(pass_500_506[1:1000,6:12], marginal_500_506[,6:12]) Error in eval(expr, envir, enclos) : object "out" not found Note that I use the same workspace (and h