INTERA:Toluene concentrations in Europe: Difference between revisions

From Opasnet
Jump to navigation Jump to search
m (Undo revision 19419 by Teemu R (talk))
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
tol <- reshape(tol, 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 =  
list(colnames(tol)[6:ncol(tol)]), direction = "long") #reshaped from 2d value representation to 1d
list(colnames(tol)[6:ncol(tol)]), direction = "long") #reshaped from 2d value representation to 1d
temp2 <- reshape(tol[3,], idvar = c("Country", "City", "Year", "Environment", "Environment_spec"),
times = colnames(tol)[6:ncol(tol)], timevar = "Parameter", varying =
list(colnames(tol)[6:ncol(tol)]), direction = "long") #reshaped from 2d value representation to 1d
tol <- rbind(temp1,temp2)
colnames(tol)[7] <- "Result"
colnames(tol)[7] <- "Result"
form[form$Result=="","Result"] <- NA
#library(OpasnetBaseUtils)
#library(OpasnetBaseUtils)
#op_baseWrite("opasnet_base", tol)
#op_baseWrite("opasnet_base", tol)

Revision as of 13:21, 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.