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
"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
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 =