getCoordsNames | R Documentation |
Get different elements from an xml file.
getCoordsNames(xmlname, dataset) getGridNoTilesX(xmlname, dataset) getGridNoTilesY(xmlname, dataset) getSignalType(xmlname, dataset) getXTileDim(xmlname, dataset) getYTileDim(xmlname, dataset) getCellCoordName(xmlname, dataset) getCellIDName(xmlname, dataset) getSpatialUnitName(xmlname, dataset) getNestingSpatialUnitName(xmlname, dataset) getDeviceIDColName(xmlname, dataset)
xmlname |
character vector of length 1 with the name of the xml file |
dataset |
character vector of length 1 with the dataset name |
xmlname <- system.file( "extdata/metadata/output_files/antennas_dict.xml", package = "simutils" ) getCoordsNames(xmlname, "antennas") xmlname <- system.file( "extdata/metadata/output_files/persons_dict.xml", package = "simutils" ) getCoordsNames(xmlname, "individuals") xmlname <- system.file( "extdata/metadata/output_files/grid_dict.xml", package = "simutils" ) getGridNoTilesX(xmlname, "grid") getGridNoTilesY(xmlname, "grid")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.