A treedata object containing the maximum clade credibility (MCC) tree from a BEAST continuous phylogeographic analysis of West Nile Virus sequences in North America.

wnv_tree

Format

A treedata object with phylogeographic annotations including:

location1

Latitude coordinate

location2

Longitude coordinate

height_mean

Mean node height (time before present)

height_median

Median node height

location1_0.80HPD

80 percent HPD intervals for latitude

location2_0.80HPD

80 percent HPD intervals for longitude

Source

BEAST phylogeographic analysis

Examples

if (FALSE) { # \dontrun{
data(wnv_tree)
autoplot(wnv_tree, most_recent_sample = "2007-07-01")
} # }