View source: R/spatiotemporal-data.R
Revised plot survey sets
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | plot_survey_sets(
pred_dat,
raw_dat,
fill_column = c("combined", "bin", "pos"),
fill_scale = ggplot2::scale_fill_viridis_c(trans = "sqrt", option = "C"),
colour_scale = ggplot2::scale_colour_viridis_c(trans = "sqrt", option = "C"),
pos_pt_col = "#FFFFFF60",
bin_pt_col = "#FFFFFF40",
pos_pt_fill = "#FFFFFF05",
pt_size_range = c(0.5, 9),
show_legend = TRUE,
extrapolate_depth = TRUE,
extrapolation_buffer = 0,
show_model_predictions = TRUE,
show_raw_data = TRUE,
utm_zone = 9,
fill_label = "Predicted\nbiomass\ndensity (kg/m^2)",
pt_label = "Tow density (kg/km^2)",
rotation_angle = 0,
rotation_center = c(500, 5700),
show_axes = TRUE,
xlim = NULL,
ylim = NULL,
x_buffer = c(-5, 5),
y_buffer = c(-5, 5),
north_symbol = FALSE,
north_symbol_coord = c(130, 5975),
north_symbol_length = 30,
cell_size = 2,
circles = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.