Skip to content

mapsf_1.2.0

Choose a tag to compare

@rCarto rCarto released this 18 May 12:12
· 18 commits to dev since this release
997ce31

Fix

  • add minimal version for maplegend in DESCRIPTION (#89)
  • remove unused leg_border arg in mf_map()
  • remove unused args pch_na and cex_na from "typo" and "choro" map types
  • use theme palette for types classes and continuous in mf_raster()
  • implement leg_val_rnd, leg_val_dec and leg_val_big for grad type
  • allow only one value for proportional symbols border color
  • allow only one pch and cex in "typo" for points.
  • better default for "grad" decimal precision in legend
  • test double arguments for "prop_choro", "prop_typo", "symb_choro" types
  • test for polygons in mf_shadow(), document default color
  • update mf_legend(), add val_dec et val_big (#92)

Feat

  • add "bg" and "extent" to mf_map(), mf_shadow() and mf_graticule() to modify
    background color and use an extent to define the plot extent (#90)
  • add "bg" in mf_raster() to modify background color
  • add points and lines layers in the sample dataset, modify mf_get_mtq() to
    load these layers, update documentation accordingly
  • add mf_logo() to add images (PNG or JPEG) on the map
  • add mf_text() to display texts on maps
  • add a max_val arg to mf_legend() to use a maximum value to set the symbol size
  • use better legends for "prop_typo" and "prop_choro" maps
  • use better legends for "choro" maps on lines and on points
  • add the possibility to display break values along the statistical
    distribution in mf_distr()
  • add "main", "ylab" and "yaxt" to mf_distr() for changing title, y labels
    and y axis

Docs

  • general improvement of the documentation
  • help pages for each map types have been added

Deprecation

  • mapsf-deprecated help page has been added.
  • direct calls to mf_base(), mf_choro(), mf_grad(), mf_init(), mf_prop*(),
    mf_symb*(), mf_typo()
  • mf_export()
  • mf_annotation()
  • double legends for "prop_choro", "prop_typo", "symb_choro" types
  • old arguments and themes of mf_themes()