Create a Template Distances Matrix
Creates an empty matrix based on the local 'spatial.csv' file and saves it to 'distances.csv' so the user can manually fill it.
emptyMatrix(input = "spatial.csv")
input |
Either a data frame with spatial data or the path to the file containing the spatial information. |
It is highly recommended to read the vignette regarding distances matrix before running this function.
You can find it by running vignette('a-2_distances_matrix', 'actel')
or browseVignettes('actel')
An empty matrix with the rows and columns required to operate with the target spatial file.
# This function requires a file with spatial information # Fetch location of actel's example files aux <- system.file(package = "actel")[1] # run emptyMatrix on the temporary spatial.csv file emptyMatrix(paste0(aux, "/example_spatial.csv"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.