Project Status: Active – The project has reached a stable, usable state and is being actively developed. Travis-CI Build Status AppVeyor Build Status


minimal R version CRAN_Status_Badge packageversion


Last-changedate

knitr::opts_chunk$set(collapse = TRUE, comment = "#>", out.width = "75%", 
                      dpi = 600, fig.path = "README-", fig.retina = NULL,
                      fig.asp = 1 / 1.6, fig.width = 5)

reemsplots2: Generate plots to inspect and visualize the results of EEMS

Installation

library("devtools")
install_github("dipetkov/reemsplots2")

Now, with the function make_eems_plots, we can produce a set of several figures to visualize the results of analyzing geo-referenced genetic data with EEMS as well as to evaluate the EEMS model fit.

library("reemsplots2")
mcmcpath <- system.file("extdata", "EEMS-example", package = "reemsplots2")
plots <- make_eems_plots(mcmcpath, longlat = TRUE)
names(plots)
plots$mrates01
plots$mrates02
plots$qrates01
plots$qrates02
plots$rdist01
plots$rdist02
plots$rdist03
plots$pilogl01


dipetkov/reemsplots2 documentation built on May 15, 2019, 8:47 a.m.