This is a wrapper over ctmm::plot.telemetry()
to make group plot easier.
plot_ud( UD_list, level_vec = 0.95, color_vec = "blue", option = c("contour", "interval", "location"), columns = 2, cex = 0.65, tele_list = NULL )
UD_list |
|
---|---|
level_vec | The vector of |
color_vec | The colors for contour, density and location points in each plot by order. Single color is used for all plots. |
option | Whether to show contour, interval or location points. Note interval only take effect when contour exsits. |
columns | The columns of the group plot layout. |
cex | The magnification factor of plot text and symbols. See |
tele_list |
|