Skip to content

Commit

Permalink
Update 说明手册.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tianshu129 authored Feb 7, 2021
1 parent a4adab8 commit c30d886
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions 说明手册.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ MIR值来自“Carter, W. P. (2009). Updated maximum incremental reactivity scal
* #### 用法

``` r
vocct(df, unit = "ppbv", t = 25, p = 101.325, stcd=FALSE, sortd =TRUE, colid = 1, wamg=FALSE)
vocct(df, unit = "ppbv", t = 25, p = 101.325, stcd=FALSE, sortd =TRUE, colid = 1, wamg=FALSE, chn=FALSE)
```

* #### 参数
Expand All @@ -405,6 +405,7 @@ vocct(df, unit = "ppbv", t = 25, p = 101.325, stcd=FALSE, sortd =TRUE, colid = 1
| `sortd` | 逻辑值,是否为VOC时间序列中的物种排序。 | TRUE |排序优先级一次为:VOC大类、分子质量、MIR值。 VOC大类包括c("Alkanes", "Alkenes", "BVOC", "Alkynes", "Aromatic_Hydrocarbons", "Oxygenated_Organics", "Other_Organic_Compounds", "Unknown") 。其中"Alkenes"不包含生物源"BVOC"。|
| `colid` | 时间列的列号 | 1 | |
| `wamg` | 是否展示警告信息 |FALSE | |
| `chn` | VOC物种名是否为中文? |FALSE | |

* #### 输出

Expand Down Expand Up @@ -441,21 +442,23 @@ MIR值来自“Carter, W. P. (2009). Updated maximum incremental reactivity scal
* #### 用法

``` r
ofp(df, unit = "ppbv", t = 25, p = 101.325, stcd=FALSE, sortd =TRUE, colid = 1, wamg=FALSE)
ofp(df, inunit = "ppbv", outuint = "ppbv", t = 25, p = 101.325, stcd=FALSE, sortd =TRUE, colid = 1, wamg=FALSE, chn=FALSE)
```

* #### 参数

| 变量名 | 含义 | 默认值 |示例值/备注 |
| ------------------| ----------------------------------|----------------------------|--------------------------------------|
| `df` | VOC时间序列的数据框 | | VOC物种的列名为VOC英文名 |
| `unit` | VOC数据的单位(微克每立方米或者ppbv)。填写"ugm"或者"ppbv"(带英文引号)。 | "ppbv"| |
| `inunit` | 输入的VOC数据的单位(微克每立方米或者ppbv)。填写"ugm"或者"ppbv"(带英文引号)。 | "ppbv"| |
| `outunit` | 输出的臭氧生成潜势数据的单位(微克每立方米或者ppbv)。填写"ugm"或者"ppbv"(带英文引号)。 | "ppbv"| |
| `t` | 温度,单位摄氏度,用于把微克每立方米的数据换算为标况| 25 | |
| `p` | 压强,单位kPa,用于把微克每立方米的数据换算为标况| 101.325 | |
| `stcd` | 逻辑值,输出的质量浓度和OFP值是否设置为标况(25度,101.325千帕)。 | FALSE | |
| `sortd` | 逻辑值,是否为VOC时间序列中的物种排序。 | TRUE |排序优先级一次为:VOC大类、分子质量、MIR值。 VOC大类包括c("Alkanes", "Alkenes", "BVOC", "Alkynes", "Aromatic_Hydrocarbons", "Oxygenated_Organics", "Other_Organic_Compounds", "Unknown") 。其中"Alkenes"不包含生物源"BVOC"。|
| `colid` | 时间列的列号 | 1 | |
| `wamg` | 是否展示警告信息 |FALSE | |
| `chn` | VOC物种名是否为中文? |FALSE | |

* #### 输出

Expand Down Expand Up @@ -509,13 +512,13 @@ koh("propane")
匹配与VOC物种名对应的CAS号,通过CAS号匹配“OH反应常数”(kOH)值,并用于时间序列计算。
注:缺失值在计算(例如求和)时将自动忽略。
注:大类分类中,生物源VOC(BVOC)单独于烯烃之外列出。生物源物种包括:异戊二烯、α-蒎烯、β-蒎烯。
kOH值来自美国环保署软件“AOPWIN”,该软件提供25摄氏度下的理论反应常数
kOH值来自Atkinson et al., 2013, Chem. Rev.或美国环保署软件“AOPWIN”,提供25摄氏度下的理论反应常数
注:如果输入VOC物种包含m,p-Xylene,会自动平均拆分为m-Xylene和p-Xylene。

* #### 用法

``` r
loh(df, unit = "ppbv", t = 25, p = 101.325, stcd=FALSE, sortd =TRUE, colid = 1, wamg=FALSE)
loh(df, unit = "ppbv", t = 25, p = 101.325, stcd=FALSE, sortd =TRUE, colid = 1, wamg=FALSE, atk=TRUE, chn=FALSE)
```

* #### 参数
Expand All @@ -530,6 +533,8 @@ loh(df, unit = "ppbv", t = 25, p = 101.325, stcd=FALSE, sortd =TRUE, colid = 1,
| `sortd` | 逻辑值,是否为VOC时间序列中的物种排序。 | TRUE |排序优先级一次为:VOC大类、分子质量、kOH值。 VOC大类包括c("Alkanes", "Alkenes", "BVOC", "Alkynes", "Aromatic_Hydrocarbons", "Oxygenated_Organics", "Other_Organic_Compounds", "Unknown") 。其中"Alkenes"不包含生物源"BVOC"。|
| `colid` | 时间列的列号 | 1 | |
| `wamg` | 是否展示警告信息 |FALSE | |
| `atk` | 是否优先使用Atkinson et al., 2013, Chem. Rev.中的kOH。否,则采用美国环保署软件“AOPWIN”中的kOH |TRUE | |
| `chn` | VOC物种名是否为中文? |FALSE | |

* #### 输出

Expand Down

0 comments on commit c30d886

Please sign in to comment.