Learn R Programming

MareyMap (version 1.2)

MMLoess-class: Class "MMLoess". Interpolation method plug-in for MareyMap

Description

This packages provides an interpolation method that estimates the recombination rates using loess. For more details on how this method works, see loess.

Arguments

Objects from the Class

Objects can be created by calls of the form new("MMLoess", ...) or simply by calling MMLoess().

Extends

Class "Interpolation", directly.

See Also

loess Interpolation-class

Examples

Run this code
data(Homo_sapiens_male)
chr7 <- Homo_sapiens_male[["Chromosome 07"]]
itr1 <- MMLoess()
color(itr1) <- "red"
span(itr1) <- 0.05
chr7 <- chr7 + itr1

Run the code above in your browser using DataLab