R and Matlab codes for the paper - Laurent Thibault

Apr 21, 2015 - The .pdf of this page is ... masker = poly.outer(matrix(par()$usr,2,2,byrow=TRUE), carte,extend=10000000); ... plot(carte, col="lightyellow",lty=1,add=TRUE) ..... evolution of the estimated optimal location and capacity (̂y∗.
5MB taille 18 téléchargements 233 vues
R and Matlab codes for the paper “A random locational M-estimation problem based on the L2-Wasserstein distance” by A. Daouia and I. Van Keilegom (2015) Thibault LAURENT 21st of April 2015 This document was generated directly from RStudio using Markdown tool. It presents the R and Matlab codes used to obtain the figures included in the paper “A random locational M-estimation problem based on the L2 -Wasserstein distance” written by A. Daouia and I. Van Keilegom (2015). The .pdf of this page is available here. Before starting Install the necessary packages: install.packages(c("rgdal", "gpclib", "maptools", "rgeos", "OpenStreetMap", "GISTools")) Load the packages : require("rgdal") require("maptools") require("rgeos") require("OpenStreetMap") require("GISTools")

1. Representation of the map of Sahel region - North Africa Import the world country boundaries into R : world