INTERA:Toluene concentrations in Europe: Difference between revisions

From Opasnet
Jump to navigation Jump to search
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



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

+ Show code

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>

INTERA:Toluene concentrations in Europe. Opasnet . [1]. Accessed 15 Dec 2025.