Skip to content
Prev 57164 / 63424 Next

Format printing inside a matrix

Hi Michael,

Thanks for your reply. I suppose using a new S3/S4 class wrapping the list
could solve my problem, but again I think it brings too much cost for
maintaining the expected behavior.  I was aware that Rmpfr package takes this
approach and uses a similar structure (a S4 class wrapping a list of S4
objects) to represent the matrix or higher-order array with arbitrary
precision.

And yes S4Vectors was a great package -- one can easily extend a class defined
in S4Vectors and get expected behavior. However, in my case I was hoping my
particular data structure could play well with matrix, data frame, etc.

Best regards,
Jialin
On Sunday, July 7, 2019 7:04:03 PM PDT Michael Lawrence wrote: