map_selection {conserveR}R Documentation

Map Selected Methods to Context

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

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

data(edge)
map_selection(edge)


[Package conserveR version 1.0.4 Index]