non-conformable arguments
Error in Fn %*% t(S) : non-conformable arguments
This error can mean there is some disagreement between the S and F matricies.
non-numeric argument to binary operator
non-numeric argument to binary operator
This error can mean that the F matrix has extra columns that should not be there. * ref
subscript out of bounds:
Error in x[subset & !is.na(subset), vars, drop = drop] : subscript out of bounds
https://github.com/phytoclass/phytoclass/issues/12
This error can happen when the sample names are included in the S matrix. Current version of phytoclass does not support sample names.