RobinHankin / spray

sparse arrays and fast multivariate polynomials
https://robinhankin.github.io/spray/
2 stars 2 forks source link

summary method not implemented #19

Closed RobinHankin closed 2 years ago

RobinHankin commented 3 years ago

current behaviour:

> x <- rspray()
> x
           val
 1 0 2  =    8
 2 2 2  =    9
 1 1 0  =    7
 0 0 2  =    9
 2 1 1  =    3
 1 0 1  =    2
 0 0 1  =    6
 0 1 0  =    1
> summary(x)
      Length Class  Mode   
index 24     -none- numeric
value  8     -none- numeric
> 
RobinHankin commented 2 years ago

As per https://github.com/RobinHankin/disordR/commit/74d612296407d4a2d6d40ab05c02c70c188da701 the disordR package has a summary method!

RobinHankin commented 2 years ago

I don't really want a summary method,