expand: Expands a frequency vector to a vector

View source: R/expand.R

expandR Documentation

Expands a frequency vector to a vector

Description

This function expands a frequency vector to a vector.

Usage

expand(F)

Arguments

F

Frequency vector

Details

This function takes a frequency vector and expands it to a longer vector with one entr for each observation. It is reverses the collapse function. A frequency vector has an entry for each position in the population. Each entry states the number of individuals in the population with this position. Here we create a vector with an entry for each individual.

Value

A vector

Author(s)

Didier Ruedin

See Also

collapse


agrmt documentation built on Nov. 23, 2023, 1:07 a.m.