Learn R Programming

adegenet (version 2.0.0)

Website and tutorials: Web resources for adegenet

Description

These functions can be use to access online resources for adegenet. They include:
  • adegenetWeb: opens the adegenet website in a web navigator.
  • adegenetTutorial: opens a specified tutorial.
  • adegenetIssues: opens issues system on github.

Usage

adegenetWeb()

adegenetTutorial(which=c("basics","spca","dapc","genomics"))

adegenetIssues()

Arguments

which
a character string indicating the type of tutorial to open

encoding

UTF-8

Examples

Run this code
## this opens the adegenet website
adegenetWeb()
adegenetTutorial("dapc")
adegenetIssues()

Run the code above in your browser using DataLab