The function inflates a data frame based on count values in a vector corresponding the rows.
Usage
inflate(x, by)
Arguments
x
a matrix or data frame, but can be a vector.
by
a vector containing positive (non zero) integers.
Value
A data frame with columns as in the original (x) and sum(by) number of rows.
encoding
UTF-8
Details
Each rows of the data frame x will be repeated as many times as the corresponding value in the vector by. This function is called internally by the function stcs.
References
S'olymos{Solymos} P. (2008) mefa: an R package for handling and reporting count data. Community Ecology9, 125--127.
S'olymos{Solymos} P. (2009) Processing ecological data in R with the mefa package. Journal of Statistical Software29(8), 1--28. http://www.jstatsoft.org/v29/i08/