clineMetaModel object for use with
hzar.first.fitRequest.old.ML. Said object can be
further tailored to the specific model desired, or can be used as-is.
hzar.makeCline1DFreq(data = NULL, scaling = "none", tails = "none", direction = NULL)
hzar.makeCline1DCLT(data = NULL, scaling = "free", tails = "none", direction = NULL)
hzar.makeCline1DNormal(data, tails = "none")hzar.obsData object, used to determine cline
direction and estimate initial values.
data is
desired.
data
clineMetaModel object, which is a list with the following
4 components:
clineParameter objects, named
with the parameter names.
A clineParameter object structure:
clineMetaModel object returned by
hzar.makeCline1DNormal has a slightly diffent structure, due to
the complexity of the normal cline model. Use
hzar.first.fitRequest.gC instead of
hzar.first.fitRequest.old.ML to construct the
hzar.fitRequest object needed for hzar.doFit.
Szymura, J., and N. H. Barton. 1986. Genetic analysis of a hybrid zone between the fire-bellied toads, Bombina bombina and B. variegata, near Cracow in souhern Poland. Evolution 40:1141-1159.
Szymura, J., and N. H. Barton. 1991. The genetic structure of the hybrid zone between the fire-bellied toads Bombina bombina and B. variegata: comparisons between transects and between loci. Evolution 45:237-261.
hzar.obsData
hzar.first.fitRequest.old.ML
hzar.first.fitRequest.gC
data(manakinMolecular);
mknAdaA <-
hzar.doMolecularData1DPops(manakinMolecular$distance,
manakinMolecular$ada.A,
manakinMolecular$ada.nSamples);
mknAdaAmodel <-
hzar.makeCline1DFreq(mknAdaA, scaling="fixed",tails="none");
str(mknAdaAmodel);
Run the code above in your browser using DataLab