Learn R Programming

MareyMap (version 1.2)

MapCollection-class: Class "MapCollection"

Description

This class holds several MareyMap-class objects organised in sets (using MapSet-class object).

Arguments

Objects from the Class

Objects can be created by calls of the form new("MapCollection", ...) or using the function MapCollection. You may as well use the default collection provided by the package (as data()).

See Also

MapSet-class MareyMap-class

Examples

Run this code
data(Homo_sapiens_mean)
map1 <- Homo_sapiens_mean[["Chromosome 01"]]
# do some useful changes to the map...
mapName(map1)<- "Chrom 1 (modified)"

Run the code above in your browser using DataLab