Learn R Programming

rdiversity (version 1.2.1)

get_title: Get title

Description

Get title

Usage

get_title(community_type, measure, symbol = FALSE)

Arguments

community_type

object of class character

measure

object of class character

symbol

(optional) by default, output is e.g. "Metacommunity x"; if symbol is set to TRUE, output will be given as "x

Examples

Run this code
# NOT RUN {
get_title("subcommunity", "normalised alpha")
get_title("metacommunity", "normalised alpha")
get_title("subcommunity", "normalised alpha", TRUE)
get_title("metacommunity", "normalised alpha", TRUE)

# }

Run the code above in your browser using DataLab