center_string {saros}R Documentation

Center String Vector

Description

Center String Vector

Usage

center_string(string, maxwidth = 50)

Arguments

string

String vector

maxwidth

Maximum width

Value

String vector

Examples

center_string(string=c("This is a very long label for a graph.",
"But this one is even longer due to superfluous and verbose way of writing"),
 maxwidth=20)

[Package saros version 1.0.4 Index]