{"id":601,"date":"2014-04-21T15:45:55","date_gmt":"2014-04-21T20:45:55","guid":{"rendered":"http:\/\/homepages.uc.edu\/~yaozo\/wordpress\/?p=601"},"modified":"2014-04-21T15:45:55","modified_gmt":"2014-04-21T20:45:55","slug":"oribatid-mite","status":"publish","type":"post","link":"https:\/\/zhuoyao.net\/index.php\/2014\/04\/21\/oribatid-mite\/","title":{"rendered":"Oribatid mite"},"content":{"rendered":"<table style=\"color: #000000;\" summary=\"page for oribatid\" width=\"100%\">\n<tbody>\n<tr>\n<td>oribatid<\/td>\n<td align=\"right\">R Documentation<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 style=\"color: #000000;\">Oribatid mite<\/h2>\n<h3 style=\"color: #000000;\">Description<\/h3>\n<p style=\"color: #000000;\">This data set contains informations about environmental control and spatial structure in ecological communities of Oribatid mites.<\/p>\n<h3 style=\"color: #000000;\">Usage<\/h3>\n<pre style=\"color: #000000;\">data(oribatid)<\/pre>\n<h3 style=\"color: #000000;\">Format<\/h3>\n<p style=\"color: #000000;\"><code>oribatid<\/code>\u00a0is a list containing the following objects :<\/p>\n<dl style=\"color: #000000;\">\n<dt>fau<\/dt>\n<dd>: a data frame with 70 rows (sites) and 35 columns (Oribatid species)<\/p>\n<\/dd>\n<dt>envir<\/dt>\n<dd>: a data frame with 70 rows (sites) and 5 columns (environmental variables)<\/p>\n<\/dd>\n<dt>xy<\/dt>\n<dd>: a data frame that contains spatial coordinates of the 70 sites<\/p>\n<\/dd>\n<\/dl>\n<h3 style=\"color: #000000;\">Details<\/h3>\n<p style=\"color: #000000;\">Variables of\u00a0<code>oribatid$envir<\/code>\u00a0are the following ones :<br \/>\nsubstrate: a factor with seven levels that describes the nature of the substratum<br \/>\nshrubs: a factor with three levels that describes the absence\/presence of shrubs<br \/>\ntopo: a factor with two levels that describes the microtopography<br \/>\ndensity: substratum density (<i>g.L^-1<\/i>)<br \/>\nwater: water content of the substratum (<i>g.L^-1<\/i>)<\/p>\n<h3 style=\"color: #000000;\">Source<\/h3>\n<p style=\"color: #000000;\">Data prepared by P. Legendre\u00a0<a style=\"color: #708090;\" href=\"mailto:Pierre.Legendre@umontreal.ca\">Pierre.Legendre@umontreal.ca<\/a>\u00a0and<br \/>\nD. Borcard\u00a0<a style=\"color: #708090;\" href=\"mailto:borcardd@magellan.umontreal.ca\">borcardd@magellan.umontreal.ca<\/a>\u00a0starting from<br \/>\n<a style=\"color: #708090;\" href=\"http:\/\/www.fas.umontreal.ca\/biol\/casgrain\/fr\/labo\/oribates.html\">http:\/\/www.fas.umontreal.ca\/biol\/casgrain\/fr\/labo\/oribates.html<\/a><\/p>\n<h3 style=\"color: #000000;\">References<\/h3>\n<p style=\"color: #000000;\">Borcard, D., and Legendre, P. (1994) Environmental control and spatial structure in ecological communities: an example using Oribatid mites (<em>Acari Oribatei<\/em>).\u00a0<em>Environmental and Ecological Statistics<\/em>,\u00a0<b>1<\/b>, 37\u201361.<\/p>\n<p style=\"color: #000000;\">Borcard, D., Legendre, P., and Drapeau, P. (1992) Partialling out the spatial component of ecological variation.\u00a0<em>Ecology<\/em>,\u00a0<b>73<\/b>, 1045\u20131055.<\/p>\n<p style=\"color: #000000;\">See a data description at\u00a0<a style=\"color: #708090;\" href=\"http:\/\/pbil.univ-lyon1.fr\/R\/pps\/pps039.pdf\">http:\/\/pbil.univ-lyon1.fr\/R\/pps\/pps039.pdf<\/a>\u00a0(in French).<\/p>\n<h3 style=\"color: #000000;\">Examples<\/h3>\n<pre style=\"color: #000000;\">data(oribatid)\nori.xy &lt;- oribatid$xy[,c(2,1)]\nnames(ori.xy) &lt;- c(\"x\",\"y\")\nplot(ori.xy,pch = 20, cex = 2, asp = 1)\n\nif (require(deldir, quiet = TRUE)) {\n  if (require(spdep, quiet = TRUE)) {\n    plot(deldir(ori.xy), add = TRUE)\n    s.label(ori.xy, add.p = TRUE,\n     neig = nb2neig(knn2nb(knearneigh(as.matrix(ori.xy), 3))),\n     clab = 0)\n    }\n  }\n<\/pre>\n<h3 style=\"color: #000000;\">Results<\/h3>\n<pre style=\"color: #000000;\">R version 3.0.2 (2013-09-25) -- \"Frisbee Sailing\"\nCopyright (C) 2013 The R Foundation for Statistical Computing\nPlatform: x86_64-unknown-linux-gnu (64-bit)\n\nR is free software and comes with ABSOLUTELY NO WARRANTY.\nYou are welcome to redistribute it under certain conditions.\nType 'license()' or 'licence()' for distribution details.\n\nR is a collaborative project with many contributors.\nType 'contributors()' for more information and\n'citation()' on how to cite R or R packages in publications.\n\nType 'demo()' for some demos, 'help()' for on-line help, or\n'help.start()' for an HTML browser interface to help.\nType 'q()' to quit R.\n\n&gt; library(ade4)\n\nAttaching package: 'ade4'\n\nThe following object is masked from 'package:base':\n\n    within\n\n&gt; png(filename=\"\/home\/oogasawa\/snapshot\/RGM3\/R_CC\/result\/ade4\/oribatid.Rd_%03d_medium.png\", width=480, height=480)\n&gt; ### Name: oribatid\n&gt; ### Title: Oribatid mite\n&gt; ### Aliases: oribatid\n&gt; ### Keywords: datasets\n&gt; \n&gt; ### ** Examples\n&gt; \n&gt; data(oribatid)\n&gt; ori.xy &lt;- oribatid$xy[,c(2,1)]\n&gt; names(ori.xy) &lt;- c(\"x\",\"y\")\n&gt; plot(ori.xy,pch = 20, cex = 2, asp = 1)\n&gt; \n&gt; if (require(deldir, quiet = TRUE)) {\n+   if (require(spdep, quiet = TRUE)) {\n+     plot(deldir(ori.xy), add = TRUE)\n+     s.label(ori.xy, add.p = TRUE,\n+      neig = nb2neig(knn2nb(knearneigh(as.matrix(ori.xy), 3))),\n+      clab = 0)\n+     }\n+   }\ndeldir 0.0-22\nLoading required package: foreign\nLoading required package: grid\nLoading required package: lattice\n\nAttaching package: 'lattice'\n\nThe following object is masked from 'package:boot':\n\n    melanoma\n\nChecking rgeos availability: TRUE\n\nAttaching package: 'spdep'\n\nThe following object is masked from 'package:ade4':\n\n    mstree\n\n\n     PLEASE NOTE:  The components \"delsgs\" and \"summary\" of the \n     object returned by deldir() are now DATA FRAMES rather than \n     matrices (as they were prior to release 0.0-18). \n     See help(\"deldir\").\n \n     PLEASE NOTE: The process that deldir() uses for determining\n     duplicated points has changed from that used in version\n     0.0-9 of this package (and previously). See help(\"deldir\").\n\n&gt; \n&gt; \n&gt; \n&gt; \n&gt; \n&gt; dev.off()\nnull device \n          1 \n&gt;\n<\/pre>\n<p>&nbsp;<\/p>\n<table style=\"color: #000000;\">\n<tbody>\n<tr>\n<td><a style=\"color: #708090;\" href=\"http:\/\/rgm3.lab.nig.ac.jp\/RGM-files\/R_CC\/result\/ade4\/oribatid.Rd_001_large.png\"><img decoding=\"async\" src=\"http:\/\/rgm3.lab.nig.ac.jp\/RGM-files\/R_CC\/result\/ade4\/oribatid.Rd_001_medium.png\" alt=\"\" \/><\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>oribatid R Documentation Oribatid mite Description This data set contains informations about environmental control and spatial structure in ecological communities of Oribatid mites. Usage data(oribatid)&hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-601","post","type-post","status-publish","format-standard","hentry","category-r"],"_links":{"self":[{"href":"https:\/\/zhuoyao.net\/index.php\/wp-json\/wp\/v2\/posts\/601","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zhuoyao.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zhuoyao.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zhuoyao.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zhuoyao.net\/index.php\/wp-json\/wp\/v2\/comments?post=601"}],"version-history":[{"count":0,"href":"https:\/\/zhuoyao.net\/index.php\/wp-json\/wp\/v2\/posts\/601\/revisions"}],"wp:attachment":[{"href":"https:\/\/zhuoyao.net\/index.php\/wp-json\/wp\/v2\/media?parent=601"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zhuoyao.net\/index.php\/wp-json\/wp\/v2\/categories?post=601"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zhuoyao.net\/index.php\/wp-json\/wp\/v2\/tags?post=601"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}