I cannot get an output using the clade_discrete function using the example code given. I would be grateful for any help.
Here are the two errors I get:
summary(clade_disc)
Error in data.frame(clade removed = c, N.species = ce$N.species, q12 = numeric(length(c)), :
arguments imply differing number of rows: 0, 3
sensi_plot(clade_disc)
Clade argument was not defined. Plotting results for clade: Callitrichidae
Use clade = 'clade name' to plot results for other clades
Error in data.frame(clade removed = c, N.species = ce$N.species, q12 = numeric(length(c)), :
arguments imply differing number of rows: 0, 3
function
clade_discrete
Problem
I cannot get an output using the clade_discrete function using the example code given. I would be grateful for any help. Here are the two errors I get:
Reproducible example