of course! as some might suggest, i should have used times new sarcastic ;)
vQ PS beware of vector(vector) and function(function) Bert Gunter wrote: > Not surprising at all -- expected! > > is.function(vector) ##TRUE > > -- Bert > > -----Original Message----- > From: Wacek Kusnierczyk [mailto:waclaw.marcin.kusnierc...@idi.ntnu.no] > Sent: Thursday, March 19, 2009 1:03 PM > To: Bert Gunter > Cc: Edna Bell; R help > Subject: Re: [R] function question > > Bert Gunter wrote: > >> Edna: >> >> Please make at least a minimal effort to answer such questions before >> posting. >> >> is.vector(function(x)x) ## FALSE >> as.vector(function(x)x) ## try it >> >> or even >> >> is.vector(plot) >> >> >> > > ... or even the surprizing > > is.vector(vector) > > ______________________________________________ R-help@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.