~ubuntu-branches/debian/stretch/r-cran-rnexml/stretch

« back to all changes in this revision

Viewing changes to inst/simmap.md

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2016-04-08 13:58:39 UTC
  • Revision ID: package-import@ubuntu.com-20160408135839-ilq08z8v8p414qpn
Tags: upstream-2.0.6
ImportĀ upstreamĀ versionĀ 2.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## simmap NeXML definitions 
 
2
 
 
3
- Author: Carl Boettiger
 
4
- Initial version: 2014-03-21
 
5
 
 
6
 
 
7
 
 
8
Definitions of the `simmap` namespace, as defined for the use in `RNeXML`. The prefix `nex:` refers to the [NeXML schema](http://www.nexml.org/2009).
 
9
 
 
10
 
 
11
  term               | definition
 
12
 ------------------- | -------------
 
13
 `simmap:reconstructions`   | A container of one or more stochastic character map reconstructions, as a `meta` child of a the `nex:edge` element to which the contained stochastic character map reconstructions are being assigned.
 
14
 `simmap:reconstruction`    | A single stochastic character map reconstruction for a given `nex:edge`. Normally nested within a `simmap:reconstructions` element.
 
15
 `simmap:char`              | The id of a character trait, as defined by the `nex:char` element with this value as its `id`. This is a property of a `simmap:reconstruction`.
 
16
 `simmap:stateChange`       | A character state assignment to the given `nex:edge` during a specified interval, as a property of a `simmap:reconstruction`. Must have children `simmap:order`, `simmap:length`, and `simmap:state`.
 
17
`simmap:order`              | The chronological order (from the root) in which the state is assigned to the edge.  An edge that does not change states still has `simmap:order` 1.   This is a property of a `simmap:stateChange`.  
 
18
`simmap:length`             | The duration for which the edge occupies the assigned state, in the same units as the `nex:length` attribute defined on the `nex:edge` being annotated. This is a property of a `simmap:stateChange`.  
 
19
 `simmap:state`             | The id of a `nex:state` of the `nex:char` identified by the `simmap:char` property of the `simmap:reconstruction`. This is a property of a `simmap:stateChange`.