powered by
Factor(name) is a constructor to Factor S4 objects. Factor S4 class contains a single slot with the factor name.
Factor(name)
character the factor namecharacter (any other argument will be cast to character)
a Factor S4 object
Factor
# NOT RUN { factor <- Factor("name") Factor("name") # }
Run the code above in your browser using DataLab