factorToNumeric: Converts factors to numeric

Description Usage Arguments Author(s) See Also Examples

Description

Converts factors to numeric.

Usage

1
2
## Default S3 method:
factorToNumeric(f, ...)

Arguments

f

A factor object.

...

Not used.

Author(s)

Henrik Bengtsson

See Also

factor().

Examples

1
2
3
  x <- factor(20:30)
  print(x)
  print(factorToNumeric(x))

HenrikBengtsson/R.basic documentation built on May 6, 2019, 11:51 p.m.