map_selection: Map Selected Methods to Context

Description Usage Arguments Value Examples

View source: R/map_selection.R

Description

Maps methods selected with find_method to the trait space and/or citation network of methods included in conserveR, to identify further similar methods.

Usage

1
map_selection(x, num = 3, type = "both")

Arguments

x

data.frame. As produced by find_method.

num

numerical. The number of top ranking methods to highlight.

type

character. The type of plot, either “mca” for the results of a multiple correspondence analyses of the trait space, “citation” for the citation network, or “both” for both.

Value

a plot highlighting the position of the best fitting methods in the context of all conservation prioritization methods included in the package. Includes two subplots

  1. a multidimensional trait space resulting from a multiple correspondence analysis,

  2. a citation network linking different methods by shred scientific publications.

Examples

1
2

conserveR documentation built on Aug. 2, 2021, 5:09 p.m.