sim_simple.RdSimulate data from simple model.
sim_simple( node_long, node_lat, barrier_list = list(), barrier_penalty = numeric(), barrier_method = 1, eccentricity = 0.9, n_ell = 20, dist_transform = 1, lambda = 0.1, eps = 0.1 )
| node_long | longitudes of nodes. |
|---|---|
| node_lat | latitudes of nodes. |
| barrier_list | list of polygons representing barriers. Each element of
the list must be a dataframe with columns |
| barrier_penalty | penalty values of each barrier. |
| barrier_method | the method by which penalties are applied:
|
| eccentricity | eccentricity of ellipses (only used under
|
| n_ell | number of points that make up an ellipse (only used under
|
| dist_transform | the method by which distances are transformed to produce the final statistic:
|
| lambda | the rate of decay of the exponential function (only used under
|
| eps | the standard deviation of white noise applied to final statistics. |