show.simdata: @title show.simdata @description Graphical display of data...

Description Usage

View source: R/show.simdata.R

Description

@title show.simdata @description Graphical display of data simulated by simdata @param dataset An R object produced by function simdata @param plot.coord Logical @param file.plot.coord Character string. Path to the file where the graphic should be stored @param plot.tess Logical @param file.plot.tess Character string. Path to the file where the graphic should be stored @param plot.freq.grid Logical @param file.plot.freq.grid Character string. Path to the file where the graphic should be stored @param loc.grid Vector of integers giving indices of loci for which the map of frequencies is required @param plot.freq.indiv Logical @param file.plot.freq.indiv Character string. Path to the file where the graphic should be stored @param loc.indiv Vector of integers giving indices of loci for which the plot of frequencies at sites of individuals is required @param plot.gen Logical @param file.plot.gen Character string. Path to the file where the graphic should be stored @param zlim.freq A vector of two integers giving the limit of the values for the image of fields of frequencies

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
show.simdata(dataset,
plot.coord = FALSE,
file.plot.coord,
plot.tess = FALSE,
file.plot.tess,
plot.freq.grid = FALSE,
file.plot.freq.grid,
loc.grid = 1,
plot.freq.indiv = FALSE,
file.plot.freq.indiv,
loc.indiv=1,
zlim.freq=c(0,1),
plot.gen = FALSE,
file.plot.gen)

gilles-guillot/Geneland documentation built on Feb. 24, 2020, 11:44 a.m.