找回密码
 注册
查看: 1910|回复: 0

R语言:Formaldehyde()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 21:50:57 | 显示全部楼层 |阅读模式
Formaldehyde(datasets)
Formaldehyde()所属R语言包:datasets

                                        Determination of Formaldehyde
                                         甲醛的测定

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

These data are from a chemical experiment to prepare a standard curve for the determination of formaldehyde by the addition of chromatropic acid and concentrated sulphuric acid and the reading of the resulting purple color on a spectrophotometer.
这些数据是从一个化学实验准备此外chromatropic酸和浓硫酸的结果分光光度计紫色的阅读甲醛的测定标准曲线。


用法----------Usage----------





格式----------Format----------

A data frame with 6 observations on 2 variables.
与6两个变量的观测数据框。

carb
碳水化合物

optden
optden


源----------Source----------

Bennett, N. A. and N. L. Franklin (1954) Statistical Analysis in Chemistry and the Chemical Industry. New York: Wiley.
贝内特,NA和NL富兰克林(1954年)的统计分析,在化学和化学工业。纽约:Wiley。


参考文献----------References----------

New York: Wiley.

举例----------Examples----------


require(stats); require(graphics)
plot(optden ~ carb, data = Formaldehyde,
     xlab = "Carbohydrate (ml)", ylab = "Optical Density",
     main = "Formaldehyde data", col = 4, las = 1)
abline(fm1 <- lm(optden ~ carb, data = Formaldehyde))
summary(fm1)
opar <- par(mfrow = c(2,2), oma = c(0, 0, 1.1, 0))
plot(fm1)
par(opar)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-23 12:16 , Processed in 0.019370 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表