Factor {coppeCosenzaR}R Documentation

Factor Constructor

Description

Factor(name) is a constructor to Factor S4 objects. Factor S4 class contains a single slot with the factor name.

Usage

Factor(name)

Arguments

name

character the factor namecharacter (any other argument will be cast to character)

Value

a Factor S4 object

Examples

factor <- Factor("name")
Factor("name")



[Package coppeCosenzaR version 0.1.3 Index]