netdist scores

netdist scores

calculate_him(net1, net2, simplify = TRUE)

Arguments

net1

Network 1

net2

Network 2

simplify

Whether or not to simplify the networks

Examples

net1 <- dyntoy::generate_milestone_network("linear") net2 <- dyntoy::generate_milestone_network("bifurcating") calculate_him(net1, net2)
#> Error in calculate_him(net1, net2): could not find function "calculate_him"
net1 <- dyntoy::generate_milestone_network("cyclic") net2 <- dyntoy::generate_milestone_network("cyclic") calculate_him(net1, net2)
#> Error in calculate_him(net1, net2): could not find function "calculate_him"