MAXRD SYMBOL
RelatedFunctionsGraph

RelatedFunctionsGraph[f]
returns a graph showing the closest related functions to f in the MaXrd`-context.
Details and OptionsDetails and Options
- Input f may be a symbol or a string.
- The function will return an empty list if related functions cannot be found or no other functions depend on it.
- The direction of the arrow shows where the function is applied.
- Options:
-
"DirectOnly" False wheter to only display functions that f applies explicitly "Limit" 10 maximum number of functions in the graph "ShowDependent" False wheter to show which functions are dependent on f
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
The arrows originate from a function that is applied in the targeted function. In this example, we see that UnitCellTransformation makes use of the functions GetSymmetryData, GetLatticeParameters, $SpaceGroups and others.