sao_paulo_activity_sf_20 {abstr} | R Documentation |
Example Activity data for São Paulo
Description
Each row of this table contains a single trip of people in the São Paulo city.
sao_paulo_activity_sf_2
represents the movement of 2 people,
sao_paulo_activity_sf_20
represents the movement of 20 people.
Usage
sao_paulo_activity_sf_20
Format
A data frame with columns:
- person
Person identifier.
- departure
Departure time in seconds past midnight
- mode
Mode of travel in A/B Street terms
- purpose
Purpose of travel in A/B Street terms
- geometry
Geometry of the linestring representing the OD pair
Details
See the code used to create this data, and the full open dataset with 128 variables, the file data-raw/sao-paulo-activity-data.R in the package's GitHub repo.
Examples
dim(sao_paulo_activity_sf_20)
names(sao_paulo_activity_sf_20)
head(sao_paulo_activity_sf_20)
table(sao_paulo_activity_sf_20$mode)
table(sao_paulo_activity_sf_20$purpose)
dim(sao_paulo_activity_sf_2)
names(sao_paulo_activity_sf_2)
head(sao_paulo_activity_sf_2)
[Package abstr version 0.4.1 Index]