Funcion para hacer mapas
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | mapica(
pdfFile,
other = NULL,
bbox = NULL,
scale = NULL,
paper = NULL,
mai = NULL,
cex.axis = 1,
cex.lab = 1,
cex.leg = 1,
xlab = "X",
ylab = "Y",
type = "base",
SGDF = NULL,
raster = NULL,
paleta = NULL,
n = 5,
mx = NULL,
my = NULL,
show = FALSE,
what = "both",
legtext = NULL,
breaks = NULL,
col = 1,
portrait = FALSE,
inifin = NULL,
grid = NULL,
legend = NULL,
bg.leg = "white",
style = "kmeans"
)
|
pdfFile |
Output pdf file |
other |
Other plot instructions |
bbox |
Alternative bbox |
scale |
Map scale |
paper |
c(ancho, alto) en cm o iso |
mai |
Fix margins |
cex.axis |
Axis annotation size |
cex.lab |
Axis label size |
cex.leg |
Legend labels size |
xlab |
X axis label |
ylab |
Y axis label |
type |
"base" or "SGDF" |
SGDF |
Name of the raser map |
raster |
raster |
paleta |
Colour palette |
n |
Number of intervals in color palette |
mx |
Separacion en X desde la esquina inferior izquierda (cm) |
my |
Separacion en Y desde la esquina inferior izquierda (cm) |
show |
If TRUE show the PDF |
what |
what is to plot |
legtext |
Legend labels |
breaks |
palette breaks |
col |
Column to represent |
portrait |
Portrait option |
inifin |
Initial and final colors for palette |
grid |
Grid definition |
legend |
Legend position (word or two coordinates vector) |
bg.leg |
Legend backgroud color |
style |
Class interval style |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.