create_typespectra: create_typespectra

Description Usage Arguments Author(s) Examples

Description

create_typespectra

Usage

1
create_typespectra(aggr_fea, typelist)

Arguments

aggr_fea

generated nodelist with types as output from arrg_fea.aggr_fea_voro()

typelist

create_type_generator output

Author(s)

Juliane Watson <<juliane.bonness@web.de>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
set.seed(1234)

nodes <- data.frame(nodes_x = sample(3433806:3581396, 10, replace = TRUE),
               nodes_y = sample(5286004:5484972, 10, replace = TRUE), 
               nodes_id = c(1:10))
features <- data.frame(x = sample(3433806:3581396, 100, replace = TRUE),
                   y = sample(5286004:5484972, 100, replace = TRUE),
                   type = paste0("B", c(rep(1, 5), rep(2,15), sample(11:19, 20, replace = TRUE), 
                   sample(111:119, 30, replace = TRUE), sample(1111:1115, 30, replace = TRUE)))
                   ) 
aggr_fea <- aggr_fea_voro(nodes, features, "type")
typelist <- create_type_generator(features, "type", 1)

create_typespectra(aggr_fea, typelist) 

CRC1266-A2/moin documentation built on May 7, 2019, 8:56 p.m.