pCF.all | R Documentation |
ggplot visual of correction factors, per lake. Uses
pCF.all(
x = NULL,
alldat = TRUE,
lakename = "Lake",
orderby = "number",
order = NULL,
xmin = NULL,
xmax = NULL
)
x |
output dataframe from the correction.factor.do function |
alldat |
logical argument, default = TRUE. Whether to include all the previous metadata file or not |
lakename |
Character string indicating the name of the column with the lake name information in the x dataset, or alternatively, the column index. |
orderby |
Choose one of c("number", "treatment", "quadrat", "own") to select the order of lakes. Default: "number". |
order |
Default = NULL, or must be a numeric vector with 16 numbers, specified by the user to choose an order, e.g., c(7,8,1:4, 6, 5, 9:16). |
xmin |
Minimum x you want to see. Format = "YYYY-MM-DD" |
xmax |
Maximum x you want to see. Format = "YYYY-MM-DD" |
Rosalie Bruel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.