powered by
Convert data to long format
long(x, ...)# S3 method for default long(x, ...)# S3 method for qtag.long long(x, ...)# S3 method for qtag.wide long(x, varname = "param", quiet = FALSE, ...)
# S3 method for default long(x, ...)
# S3 method for qtag.long long(x, ...)
# S3 method for qtag.wide long(x, varname = "param", quiet = FALSE, ...)
A qtag object
Passed to other methods
The column name in which column names will be stored.
Supress warning messages on coersion to a qualifier/tag structure.
A (possibly unchanged) qtag.long data.frame
qtag.long
# NOT RUN { data(pocmaj) pocmaj <- as.qtag(pocmaj, id.vars = c("core", "depth")) long(pocmaj) # }
Run the code above in your browser using DataLab