mlfactor {lfactors}R Documentation

match Function for lfactors

Description

match function for lfactors.

Usage

mlfactor(x, table, nomatch = NA_integer_, incomparables = NULL)

Arguments

x

same as match

table

same as match

nomatch

same as match

incomparables

same as match

Details

Allows match to work when the x or table arguments in a call to match are lfactors.

See Also

match


[Package lfactors version 1.0.4 Index]