Learn R Programming

rleafmap (version 0.2.1)

hotels: French Hotels

Description

This dataset gives the number of hotels, number of rooms and capacity for each department of metropolitan France.

Usage

data(hotels)

Arguments

Format

a SpatialPolygonsDataFrame with geometries of the 96 french departements (epsg:4326) and 12 variables.

  • DEP.CODE The code number of each department.

  • DEP.NAME The name of each department.

  • CHF.NAME The name of the main (administrative) city of each department.

  • REGION.NAME The name of the french region (administrative) of each department.

  • N.HOTELS The number of hotels.

  • N.5, N.4, N.3, N.2, N.1 The number of hotels for each ranking categories (i.e. stars).

  • ROOMS The number of hotel's rooms for each department.

  • CAPACITY The total capacity (beds) for each department.