Skip to content

Commit

Permalink
updated version number to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkborregaard committed Nov 13, 2014
1 parent cf6bb83 commit 0029ef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: nodiv
Type: Package
Title: Compares the distribution of sister clades through a phylogeny
Version: 0.9.1
Date: 2014-11-09
Version: 0.9.2
Date: 2014-11-13
Author: Michael Krabbe Borregaard
Maintainer: Michael Krabbe Borregaard <[email protected]>
Description: An implementation of the nodiv algorithm, (see Borregaard, M.K., Rahbek, C., Fjeldsaa, J., Parra, J.L., Whittaker, R.J. & Graham, C.H. 2014. Node-based analysis of species distributions. Methods in Ecology and Evolution). DOI: 10.1111/2041-210X.12283. Package for phylogenetic analysis of species distributions. The main function goes through each node in the phylogeny, compares the distributions of the two descendant nodes, and compares the result to a null model. This highlights nodes where major distributional divergence have occurred. The distributional divergence for these nodes is mapped using the SOS statistic.
Expand Down
4 changes: 2 additions & 2 deletions man/nodiv-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The package implements Borregaard et al. (2014) method for identifying nodes in
\tabular{ll}{
Package: \tab nodiv\cr
Type: \tab Package\cr
Version: \tab 0.9.1\cr
Date: \tab 2014-11-09\cr
Version: \tab 0.9.2\cr
Date: \tab 2014-11-13\cr
License: \tab GPL-2\cr
}
The workflow starts by creating a \code{nodiv_data} data object, which makes sure that the phylogeny, the species distributions and the spatial coordinates of sites are matched correctly. The function takes a number of data types. There are several functions for exploratory data analysis, including \code{plot}, \code{summary}, \code{richness}, \code{Node_occupancy}, \code{Node_size} etc. The core of the package are the functions \code{Nodesig}, which compares the distributions of the two clades descending from a node, and \code{Node_analysis}, which applies this function to all nodes in the phylogeny and summarizes the results as a \code{nodiv_result} object. There is a set of functions for interpretation of the results, including \code{plot}, \code{plotSOS}, and \code{summary}. The package also provides basic functions for plotting and manipulating data sets that combine spatial distributions with phylogenies, e.g. \code{subsample}, \code{plot_grid} and \code{plot_points}.
Expand Down

0 comments on commit 0029ef0

Please sign in to comment.