| data.block | R Documentation |
data.block generated by a conStruct analysisAn example data.block object generated in a conStruct
analysis from the raw data supplied by the user. This object is
automatically saved and is used in several subsequent plotting functions.
data.block
A list with 7 elements:
Nthe number of samples included in the analysis
Kthe number of clusters/layers included in the model
spatiala boolean indicating whether the spatial model has been specified
Lthe number of loci included in the analysis
coordsa matrix with one row for each of the N samples,
in the same order as that of the obsCov matrix,
and two columns, the first giving the x-coordinate
(or longitude), the second giving the y-coordinate (or latitude)
obsCovthe sample allelic covariance matrix,
in the same order as that of the coords matrix,
with N rows and columns
geoDista matrix of pairwise geographic distance between ,
samples in the same order as that of the obsCov,
with N rows and columns
sd.geoDistthe standard deviation of the raw geographic
distance matrix, used for normalizing geoDist within the
stan model
varMeanFreqsthe variance of the mean allele frequencies, averaged over choice of counted allele (passed to the model as a prior on the global covariance parameter)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.