Re: [Rd] Extract method for a new class

2008-09-22 Thread Sklyar, Oleg (London)
D] > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Coster, Albart > Sent: 19 September 2008 16:00 > To: r-devel@r-project.org > Subject: [Rd] Extract method for a new class > > Dear list, > > I am trying to write a packag

Re: [Rd] Extract method for a new class

2008-09-19 Thread Martin Morgan
"Coster, Albart" <[EMAIL PROTECTED]> writes: > Dear list, > > I am trying to write a package for simulating meioses in R. We defined > a class 'haplotype' which contains the basic units of our simulation: > > setClass("haplotype",representation(snp = "numeric",qtl = "list", hID > = "numeric",phID0

[Rd] Extract method for a new class

2008-09-19 Thread Coster, Albart
Dear list, I am trying to write a package for simulating meioses in R. We defined a class 'haplotype' which contains the basic units of our simulation: setClass("haplotype",representation(snp = "numeric",qtl = "list", hID = "numeric",phID0 = "numeric",phID1 =