View source: R/create_ASI_platforms.R
create_ASI_platforms | R Documentation |
Gives text for platform instantiation
create_ASI_platforms(
header,
scenario,
persistPosition = FALSE,
drawSensorTracks = FALSE
)
header |
output from create_ASI_header (can be piped into this function) |
scenario |
must have targetTruth and/or ownShipTruth as well as platformInfo: platformData (targetTruth and/or ownShipTruth) position data on all the platforms. This is the Nautilus truth format. Requires the following columns:
platformInfo display info for all platforms. Requires the following columns:
|
persistPosition |
(boolean) if true, will persist all platforms until this time (and gray out the title at their last position) (default=false) |
drawSensorTracks |
(default=FALSE) if the scenario includes sensorData, the tracks will be drawn in the asi file (it's okay if drawSensorTracks=TRUE but no sensorData exists in the scenario) |
text
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.