as.character.bvsresponse: Convert 'bvsresponse' to character vector.

Description Usage Arguments Details Value

View source: R/convert.R

Description

Convert a 'bvsresponse' object to a character string. Note that the number of nodes, and which node the response is not contained in the resulting character string.

Usage

1
2
  ## S3 method for class 'bvsresponse'
 as.character(x, ...)

Arguments

x

An object of class 'bvsresponse'

...

Further arguments (unused)

Details

For example, as.character() on a bvsresponse with 10 nodes, response node 5, which has parents 2, 3, 6, and 10 returns "2,3,6,10".

Value

An object of class 'parental'.


rjbgoudie/parental documentation built on May 27, 2019, 9:11 a.m.