ash_model.utils.projections.line_graph_projection_by_time¶
- ash_model.utils.projections.line_graph_projection_by_time(h, s=1, keep_attrs=False)[source]¶
Returns a dictionary of NetworkX Graph objects that are the line graph projections of the given ASH object for each time step.
- Parameters:
- Returns:
A dictionary where keys are time steps and values are NetworkX Graph objects representing the line graph projection of the ASH at that time step.
- Return type: