Skip to content

Commit

Permalink
minor update figs and paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CheWeiChang1992 committed Oct 11, 2023
1 parent 811a06e commit b32bd8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Binary file modified fig/IPK_ggoutlier_for_paper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ plot_ggoutlier(ggoutlier_res = ggoutlier_result,
select_ylim = c(10,62),
plot_xlim = c(-20,140),
plot_ylim = c(10,62),
pie_r_scale = 1.2,
map_resolution = "course")
pie_r_scale = 2,
map_resolution = "medium")

## Figure 2: highlight outliers in UK with `select_xlim` and `select_ylim`
plot_ggoutlier(ggoutlier_res = compositeknn_res,
plot_ggoutlier(ggoutlier_res = ggoutlier_result,
gen_coord = ipk_anc_coef,
geo_coord = ipk_geo_coord,
p_thres = pthres,
Expand All @@ -136,9 +136,10 @@ plot_ggoutlier(ggoutlier_res = compositeknn_res,
select_ylim = c(47,61),
plot_xlim = c(-20,140),
plot_ylim = c(10,62),
pie_r_scale = 1.2,
map_resolution = "course",
add_benchmark_graph = F)
pie_r_scale = 2,
map_resolution = "medium",
add_benchmark_graph = F,
plot_labels = NA)
```

# Availability
Expand Down

0 comments on commit b32bd8d

Please sign in to comment.