Re: [R] How to save Results in svg format

2020-12-04 Thread David Carlson
Another option is to open the svg file in Inkscape which is a vector-based editor. If you are planning to do this and work with the text labels, it is easier to use svglite() in the package of the same name which draws text as characters that can be selected and edited more easily than in files

Re: [R] How to save Results in svg format

2020-12-04 Thread Spencer Graves
I often have trouble with font sizes in the svg files, because they rarely are the same as what I see on the screen. I then have to read the documentation for "par" and play with the cex, cex.axis, cex.lab, cex.main, and cex.sub parameters until I get what I want in the svg file. I may

Re: [R-es] MAPA DE CALOR

2020-12-04 Thread Francisco Rodriguez Sanchez
Hola Pedro, A ver si esto te sirve. Estoy usando la información sobre países de RNaturalEarth en formato 'sf', pero también puedes trabajar con objetos 'sp' o usar otras fuentes geográficas, claro. Para mapear tu variable solamente tendrías que hacer un join (merge) de tu data frame con el

Re: [R-es] MAPA DE CALOR

2020-12-04 Thread Francisco Rodríguez
Como consejo general, pasarse a sf tiene sus ventajas, totalmente de acuerdo con el comentario, yo ahora estoy trabajando con estos objetos m�s que con los .shp, un saludo Enviado desde mi Galaxy Mensaje original De: Francisco Rodriguez Sanchez Fecha: 4/12/20 19:14

[R-es] MAPA DE CALOR

2020-12-04 Thread Pedro José Martínez Córdoba
Buenas tardes, amig@s: Estoy intentando realizar un mapa de calor con todos los países del mundo para representar una sola variable. He consultado un ejemplo (https://rpubs.com/daianaemili/mapas_con_R) que es muy similar a la idea que quiero reproducir, pero tengo un problema en descargar el