View source: R/loc_score.weight_mesh_val.R
Location score weighting by values on meshes.
1 2 3 4 5 6 7 8 9 10 11 12 | wSDG(fn.SpatialPointDataFrame = "../Output/DataForMap.Wakayama_v01.RData",
crs_default = "+init=epsg:4612", rank.restrict = 5,
alg.score = "HmMs", select_col.mesh_pop = c("PTC_2020", "PTD_2020",
"PTE_2020"),
fn.mesh.popEst = c("../Data/500m_mesh_suikei_2018_shape_24/500m_mesh_2018_24.shp",
"../Data/500m_mesh_suikei_2018_shape_27/500m_mesh_2018_27.shp",
"../Data/500m_mesh_suikei_2018_shape_29/500m_mesh_2018_29.shp",
"../Data/500m_mesh_suikei_2018_shape_30/500m_mesh_2018_30.shp"),
fn.LonLat_and_data.facilities = "Wakayama_MasterAnaData.csv",
fn.RData.output_df.res.distm = NULL,
fn.RData.output_long.df.res.distm = NULL,
fn.RData.output_long.df.res.distm.with_score = NULL)
|
fn.SpatialPointDataFrame |
RData file of SpatialPolygonDataFrame |
crs_default |
projection. |
rank.restrict |
Rank restriction. Default=5. |
alg.score |
Selector of scoring algorithm ("HmMs", "nwSS" or any function-class object). |
select_col.mesh_pop |
Column selector for mesh data (SpatialPolygonDataFrame@data$...) |
fn.mesh.popEst |
Filename of mesh data. |
fn.LonLat_and_data.facilities |
Filename (.csv) of locations. |
fn.RData.output_df.res.distm |
A character vector. |
fn.RData.output_long.df.res.distm |
A character vector. |
fn.RData.output_long.df.res.distm.with_score |
A character vector. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.