one_attr: Generate a table that shows whether pairs of elements in a...

Description Usage Arguments Author(s) Examples

View source: R/one_attr.R

Description

Compute the vecotr of "at least 1 same attribute". NA is accepted for attribute.

Usage

1
one_attr(attribute_list)

Arguments

attribute_list

A named list where the elements list the attributes

Author(s)

Peter I-Fan Wu

Examples

1
2
attribute_list=list(x=1:5,y=4:7,z=letters[1:5])
one_attr(attribute_list)

peterwu19881230/microbialPhenotypes documentation built on March 19, 2021, 6:36 a.m.