View source: R/plot_sensor_and_truth_data_with_altitude.R
plot_sensor_and_truth_data_with_altitude | R Documentation |
In data sets with nonzero altitude it may be useful to plot target altitude along with latitude and longitude. The central panel of this figure is the same as plot_raw_data(), but includes side panels that show the altitude of tracks and targets.
This figure can be created before any tracks are assigned to targets to ensure that the user has imported the data correctly and to get an overall picture of the test. Because it is a layout of objects it is more difficult to change the text labels than plot_sensor_and_truth_data().
plot_sensor_and_truth_data_with_altitude(scenario, offset = 0.01, textSize = 3)
scenario |
MUST contain targetTruth, ownShipTruth, and sensorData |
offset |
amount to offset labels (in degrees latitude) |
textSize |
size of label text |
layout of ggplots
plot_sensor_and_truth_data_with_altitude(example1_scenario, offset = 0.01, textSize = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.