up vote
0
down vote
favorite
I am using phangorn::simSeq() https://www.rdocumentation.org/packages/phangorn/versions/2.4.0/topics/simSeq and I use type = "DNA" as parameter. In the result message I get "The states are a c g t" (which is what I expect, but then when I see the result is: I expect to see A,C,T,G as results not 1,2,3,4... how can I make A,C,T,G appear instead of 1,2,3,4... I thought I got that by specifying the parameter type="DNA"
r
share | improve this question
edited Nov 20 at 10:37
asked ...