farms.html
来自「本程序是基于linux系统下c++代码」· HTML 代码 · 共 80 行
HTML
80 行
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Ecological Factors in Farm Management</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../../R.css">
</head><body>
<table width="100%" summary="page for farms {MASS}"><tr><td>farms {MASS}</td><td align="right">R Documentation</td></tr></table>
<h2>Ecological Factors in Farm Management</h2>
<h3>Description</h3>
<p>
The <code>farms</code> data frame has 20 rows and 4 columns. The rows are farms
on the Dutch island of Terschelling and the columns are factors
describing the management of grassland.
</p>
<h3>Usage</h3>
<pre>
farms
</pre>
<h3>Format</h3>
<p>
This data frame contains the following columns:
<dl>
<dt><code>Mois</code></dt><dd>Five levels of soil moisture – level 3 does not occur at these 20 farms.
</dd>
<dt><code>Manag</code></dt><dd>Grassland management type (<code>SF</code> = standard,
<code>BF</code> = biological, <code>HF</code> = hobby farming,
<code>NM</code> = nature conservation).
</dd>
<dt><code>Use</code></dt><dd>Grassland use (<code>U1</code> = hay production, <code>U2</code> =
intermediate, <code>U3</code> = grazing)
</dd>
<dt><code>Manure</code></dt><dd>Manure usage – classes <code>C0</code> to <code>C4</code>.
</dd>
</dl>
<h3>Source</h3>
<p>
J.C. Gower and D.J. Hand (1996) <EM>Biplots</EM>. Chapman & Hall, Table 4.6.
</p>
<p>
Quoted as from:<br>
R.H.G. Jongman, C.J.F. ter Braak and O.F.R. van Tongeren (1987)
<EM>Data Analysis in Community and Landscape Ecology.</EM>
PUDOC, Wageningen
</p>
<h3>References</h3>
<p>
Venables, W. N. and Ripley, B. D. (2002)
<EM>Modern Applied Statistics with S.</EM> Fourth edition. Springer.
</p>
<h3>Examples</h3>
<pre>
farms.mca <- mca(farms, abbrev = TRUE) # Use levels as names
eqscplot(farms.mca$cs, type = "n")
text(farms.mca$rs, cex = 0.7)
text(farms.mca$cs, labels = dimnames(farms.mca$cs)[[1]], cex = 0.7)
</pre>
<hr><div align="center">[Package <em>MASS</em> version 7.2-44 <a href="00Index.html">Index]</a></div>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?