Elder
This is release 0.2.0-3 on CRAN
- ADD:
ClimbByAttribute
- FIX:
Aggregate
andCumulate
now work always on attributes having a formatter - ADD:
as.igraph
now has a 'directed' parameter - ADD:
print.Node
now has a pruneMethod, allowing different methods to avoid that a huge tree is printed to the console - REMOVE:
FromDataFrameTaxonomy
andToDataFrameTaxonomy
(replaced byFromDataFrameNetwork
andToDataFrameNetwork
, but with some differences) - ADD:
FromDataFrameNetwork
andToDataFrameNetwork
- IMPROVE: make Traversal "level" much faster
- ADD:
Node$RemoveChild
- ADD:
Node$RemoveAttribute
- ADD:
as.igraph.Node
now supports different directions (climb and descend)