View source: R/EmissionFactorsList.R
| EmissionFactorsList | R Documentation | 
EmissionFactorsList returns a transformed object with
class"EmissionsFactorsList".
EmissionFactorsList(x, ...)
## S3 method for class 'EmissionFactorsList'
print(x, ..., default = FALSE)
## S3 method for class 'EmissionFactorsList'
summary(object, ...)
## S3 method for class 'EmissionFactorsList'
plot(x, ...)
x | 
 Object with class "list"  | 
... | 
 ignored  | 
default | 
 Logical value. When TRUE prints default list, when FALSE prints messages with description of list  | 
object | 
 Object with class "EmissionFactorsList"  | 
Objects of class "EmissionFactorsList"
## Not run: 
data(fe2015)
names(fe2015)
class(fe2015)
df <- fe2015[fe2015$Pollutant=="CO", c(ncol(fe2015)-1,ncol(fe2015))]
ef1 <- EmissionFactorsList(df)
class(ef1)
length(ef1)
length(ef1[[1]])
summary(ef1)
ef1
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.