Learn R Programming

ChemmineR (version 2.24.2)

fptype: fptype

Description

Returns the type label of this fingerprint

Usage

fptype(x)

Arguments

x
Either an FP or an FPset object.

Value

The type label of this fingerprint.

Examples

Run this code

	fp = new("FP",fp=c(1,0,1,1, 0,0,1,0),type="testFP")
	type = fptype(fp) # == "testFP"

Run the code above in your browser using DataLab