Learn R Programming

CurricularComplexity (version 1.0)

subcomplexity_graph: Creates a subcomplexity graph for a course

Description

This function takes in a plan of study and course, then constructs the subcomplexity graph for the course.

Usage

subcomplexity_graph(plan_of_study, course)

Value

igraph object representing the course's subcomplexity graph.

Arguments

plan_of_study

igraph object - An igraph object created using the create_plan_of_study function

course

Numeric (vertex id) or String - The course to find the subcomplexity graph of