Add ring-search geoprofile to dynamic map.
overlay_ringsearch( myplot, project, threshold = 0.1, col = col_hotcold(), opacity = 0.8, smoothing = 1 )
myplot | dynamic map produced by |
---|---|
project | an RgeoProfile project, as produced by the function
|
threshold | what proportion of geoprofile to plot. |
col | set of plotting colours. |
opacity | opacity of geoprofile (that is not invisible due to being below threshold). |
smoothing | what level of smoothing to apply to geoprofile. Smoothing is
applied using the |
p <- rgeoprofile_file("tutorial1_project.rds") plot1 <- plot_map() plot1 <- overlay_ringsearch(myplot = plot1, project = p) show(plot1)