powered by
Uses the ggplot framework and facet_grid to produce biplots of a molten data frame.
facet_grid
longbiplot(x, id.vars, measure.var, namesx = NULL, namesy = NULL, namecolumn = NULL, errors = NULL, labeller = ggplot2::label_value, validate = TRUE, ...)# S3 method for qtag.long biplot(x, ...)# S3 method for qtag.wide biplot(x, ...)
# S3 method for qtag.long biplot(x, ...)
# S3 method for qtag.wide biplot(x, ...)
the object to biplot
the columns that identify a single value
The column containing the values to plot
The names to be included in the x axes, or all the names to be included
The names to be included on the y axes, or NULL for all possible combinations of namesx.
namesx
The column where namesx and namesy are to be found
The column containing the errors. Use NULL for default ("err" if column exists or none otherwise), or NA to suppress.
NULL
NA
The labeller to use to label facets (may want to use label_parsed to use plotmath-style labels)
label_parsed
Ensure id.vars identify unique values
passed to aes_string()
aes_string()
# NOT RUN { data(pocmaj) qt <- as.qtag(pocmaj) biplot(qt, color="core") # }
Run the code above in your browser using DataLab