INTERA:Toluene concentrations in Europe: Difference between revisions
Jump to navigation
Jump to search
m (→Formula) |
m (→Formula) |
||
| Line 19: | Line 19: | ||
<rcode> | <rcode> | ||
tol <- read.table("M:/Intera_data/Toluene_EU.csv", header = TRUE, sep = ";", dec = ",", strip.white = TRUE, fill = TRUE) #.csv based on excel | tol <- read.table("M:/Intera_data/Toluene_EU.csv", header = TRUE, sep = ";", dec = ",", strip.white = TRUE, fill = TRUE) #.csv based on excel | ||
colnames(tol)[ncol(tol)] <- "95th_percentile" | |||
temp1 <- reshape(tol[-3,], idvar = c("Country", "City", "Year", "Environment", "Environment_spec"), | temp1 <- reshape(tol[-3,], idvar = c("Country", "City", "Year", "Environment", "Environment_spec"), | ||
times = colnames(tol)[6:ncol(tol)], timevar = "Parameter", varying = | times = colnames(tol)[6:ncol(tol)], timevar = "Parameter", varying = | ||
Revision as of 13:26, 25 March 2011
| Moderator:Arja (see all) |
| This page is a stub. You may improve it into a full page. |
| Upload data
|
Scope
The Toluene concentrations in indoor, outdoor and personal measurements in several European countries.
Definition
Data
Data is obtained from various studies (like Expolis). Refs are added later.
Dependencies
Unit
ugm^-3
Formula
Result
If possible, a numerical expression or distribution.
See also
Keywords
References
...will appear here automatically, if cited above using the <ref> </ref> tags. Additional references can also be listed here.
Related files
<mfanonymousfilelist></mfanonymousfilelist>