BindPiecesLma: BindPiecesLma

BindPiecesLmaR Documentation

BindPiecesLma

Description

This function (row) binds two local labour market areas structures. It deletes the communities that are registered twice (or more) in both structures. It deletes the communities that are not registered in the input flows data frame/data.frame. LMA Ids that are registered in both structures are deleted as well.

In case there are common LMA ids, those of input2 are summed to the maximum LMA id of input1.

Usage

BindPiecesLma(input1,input2,LWCom)

Arguments

input1

list of three data.table: clusterList, LWClus and marginals. See function findClusters.

input2

list of three data.table: clusterList, LWClus and marginals. See function findClusters.

LWCom

data frame/data.table containing the commuting flows information. Three variables: community_live, community_work and amount. See function findClusters.

Value

List of five components.

com.twice.1

numeric vector; communities ids that are registered twice (or more) in the first input data structure

com.twice.2

numeric vector; communities ids that are registered twice (or more) in the second input data structure

coms.not.in.flows

numeric vector; communities ids that are registered in either input data structures, but not in the commuting flows data.table

LMAtwice

numeric vector; LMA ids that are registered in both input data structures. These LMAs are not included in the new structure.

lma

a list of three data.tables: clusterList, LWClus and marginals. Information on commuters, residents and workers is computed using the input commuting flows data frame/data.table.

Author(s)

Daniela Ichim, Luisa Franconi

See Also

findClusters


LabourMarketAreas documentation built on Oct. 10, 2023, 5:07 p.m.