Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

indentSpaces

Spaces for Indented Output


Description

Returns a character string containing two times indent spaces.

Usage

indentSpaces(indent = 0)

Arguments

indent

Desired level of indentation. The number of returned spaces will be twice this argument.

Value

A character string containing spaces, of length twice indent.

Author(s)

Peter Langfelder, Peter.Langfelder@gmail.com

Examples

spaces = indentSpaces(0);
print(paste(spaces, "This output is not indented..."));
spaces = indentSpaces(1);
print(paste(spaces, "...while this one is."))

dynamicTreeCut

Methods for Detection of Clusters in Hierarchical Clustering Dendrograms

v1.63-1
GPL (>= 2)
Authors
Peter Langfelder <Peter.Langfelder@gmail.com> and Bin Zhang <binzhang.ucla@gmail.com>, with contributions from Steve Horvath <SHorvath@mednet.ucla.edu>
Initial release
2016-03-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.