Documentation
¶
Overview ¶
Package rotate implements a command to rotate the point records of a phygeo project.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.Command{
Usage: "rotate <project-file>",
Short: "rotate point records",
Long: `
Command rotate reads the point locations from a PhyGeo project, as well as the
trees, and uses the rotation model defined in the project to set the location
of fossil taxa in the project to their past location.
The argument of the command is the name of the project file.
The command requires that the project have a defined tree file, and the age of
the terminals will be used to define the time stage for the rotation.
Only terminals in which the distribution ranges are defined as points will be
rotated.
`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.