Description Usage Arguments Details Examples
Reading in and formatting contributions data
1 2 3 4 5 6 7 8 9 10 11 12 13 | pmfcont(x, ...)
## Default S3 method:
pmfcont(dat1, dir = "./", rms = NULL, prefix,
constrain = F, cn = NULL, scale = NULL,
formatdate = "%m/%d/%Y")
## S3 method for class 'pmfcont'
print(x)
## S3 method for class 'pmfcont'
plot(x, class = "scatter", type = F, scale = NULL,
size1 = 12, size2 = 1, ncol1 = 3)
|
dat1 |
full path to original constituent dataset |
dir |
path to PMF result |
rms |
character vector of constituents removed from PMF run |
prefix |
prefix of PMF result |
constrain |
was constrained PMF run? (default = F) |
cn |
optional column names for sources |
scale |
character of scaling variable (e.g. PM) |
formatdate |
date format if first column is date |
pmfcont
Read in contribution data
These are functions to read in and format PMF output contributions
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.