save.ids: Save Identifications

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/save.ids.R

Description

Output identified results to an outfile in temporty directory (found by tempdir() function).

Usage

1
save.ids(outfile = "identified.txt", ids)

Arguments

outfile

character string to indicate outfile name.

ids

object of class "BarcodingR", which contains identified taxon information.

Value

no value returned,but an output file.

Author(s)

Ai-bing ZHANG, PhD. CNU, Beijing, CHINA.

References

zhangab2008(at)mail.cnu.edu.cn

See Also

barcoding.spe.identify()

Examples

1
2
3
4
5
6
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)

BarcodingR documentation built on April 14, 2020, 6:04 p.m.