extract_users_affected: Extract users affected

Description Usage Arguments Value Examples

View source: R/extractors.R

Description

Extract additional users affected by new coverage from the new facilities

Usage

1
extract_users_affected(A_mat, solution_vector, user_id, users_not_covered)

Arguments

A_mat

A matrix

solution_vector

The vector of solutions

user_id

The IDs of the individuals

users_not_covered

those users not covered by original AEDs

Value

tibble taken from users, those who are affectd by new placements

Examples

1
2
3
4
5
6
7
8
## Not run: 
extract_users_affected(
    A_mat = x$A,
    solution_vector = x$lp_solution$solution,
    user_id = x$user_id,
    users_not_covered = x$user_not_covered)
    
## End(Not run)

njtierney/copertura documentation built on Nov. 13, 2019, 6:37 p.m.