add alternative approach from 2013-01
[synclust.git] / man / drawMapWithSites.Rd
1 % Generated by roxygen2 (4.0.2): do not edit by hand
2 \name{drawMapWithSites}
3 \alias{drawMapWithSites}
4 \title{Draw (France or...) map with all sites of colors 'cols'}
5 \usage{
6 drawMapWithSites(M, cols = rep(1, nrow(M)))
7 }
8 \arguments{
9 \item{M}{Coordinates matrix (in columns)}
10
11 \item{cols}{Vector of colors for each row of M [default: all black]}
12 }
13 \description{
14 Draw (France or...) map with all sites of colors 'cols'
15 }
16