Re: [R] confused by classes and methods.

2010-03-09 Thread Albert-Jan Roskam
~ In the face of ambiguity, refuse the temptation to guess. ~~~~~~~~~~~~~~ --- On Tue, 3/9/10, Rob Forler wrote: From: Rob Forler Subject: [R] confused by classes and methods. To: r-help@

[R] confused by classes and methods.

2010-03-08 Thread Rob Forler
Hello, I have a simple class that looks like: setClass("statisticInfo", representation( max = "numeric", min = "numeric", beg = "numeric", current = "numeric", avg = "numeric",