Hi Kruno --
Krunoslav Sever wrote:
> Hello all!
>
> I am not sure if this is known or even intended, but please consider the
> following simple example code:
>
> # set up a simple S4 class with single slot
> setClass("b", representation = representation(x = "numeric"))
>
> # provide initialize
Hello all!
I am not sure if this is known or even intended, but please consider the
following simple example code:
# set up a simple S4 class with single slot
setClass("b", representation = representation(x = "numeric"))
# provide initialize method
setMethod("initialize",
signature(.Object