Amen to David's comments (I'm sorry to say ...) In addition: Learn to use the Help system. ?help (at the command line) and "An Introduction to R" manual provide info.
To answer your question: library(lattice) ?strip.default -- Bert On Sat, May 21, 2011 at 1:27 PM, David Winsemius <dwinsem...@comcast.net> wrote: > > On May 21, 2011, at 3:15 PM, Ramnath R wrote: > >> What does *strip=function *and *strip.default *means >> >> for eg: *strip=function(bg='white', ... ) >> strip.default(bg='white', ...) > > I am guessing from my experience that you are working on a plotting problem > and trying to understand some lattice functions. (Why don't you read the > Posting Guide and pick up a few more clues as to what is expected for a > subject line and what is expected in a problem presentations? You've already > posted a 2011-04-11 message with a blank subject and apparently are refusing > to read the excellent PG.) > > ?strip.default > > -- > David Winsemius, MD > West Hartford, CT > > ______________________________________________ > 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. > -- "Men by nature long to get on to the ultimate truths, and will often be impatient with elementary studies or fight shy of them. If it were possible to reach the ultimate truths without the elementary studies usually prefixed to them, these would not be preparatory studies but superfluous diversions." -- Maimonides (1135-1204) Bert Gunter Genentech Nonclinical Biostatistics ______________________________________________ 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.