save.ids {BarcodingR} | R Documentation |
Output identified results to an outfile.
save.ids(outfile = "identified.txt", ids)
outfile |
character string to indicate outfile name. |
ids |
object of class "BarcodingR", which contains identified taxon information. |
no value returned,but an output file.
Ai-bing ZHANG, PhD. CNU, Beijing, CHINA.
zhangab2008(at)mail.cnu.edu.cn
barcoding.spe.identify()
data(TibetanMoth) ref<-as.DNAbin(as.character(TibetanMoth[1:50,])) que<-as.DNAbin(as.character(TibetanMoth[50:60,])) bsi<-barcoding.spe.identify(ref, que, method = "fuzzyId") bsi save.ids(outfile="identified.txt",bsi)