X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=R%2Fwrite.nexus.data.R;h=deae1f80eac01ce6bac7b970e4ea2b41261c34c8;hb=5de3d16fdc60bcbab2ae04933bca4ab931ed48f8;hp=b165e4234235d99e6d2ff0a6026b5e1ceae7ceef;hpb=b9f8872e29c6dbda44f60f67b9797dd90a119de6;p=ape.git diff --git a/R/write.nexus.data.R b/R/write.nexus.data.R index b165e42..deae1f8 100644 --- a/R/write.nexus.data.R +++ b/R/write.nexus.data.R @@ -126,7 +126,7 @@ fcat("BEGIN DATA;\n") fcat(indent,"DIMENSIONS", " ", NTAX, " ", NCHAR, ";\n") if (format %in% c("dna", "protein")) { - fcat(indent, "FORMAT", " ", MISSING, " ", GAP, " ", DATATYPE, " ", INTERLEAVE, ";\n") + fcat(indent, "FORMAT", " ", DATATYPE, " ", MISSING, " ", GAP, " ", INTERLEAVE, ";\n") # from François Michonneau (2009-10-02) } fcat(indent,"MATRIX\n") print.matrix(x)