Learn R Programming

DAAG (version 1.25.6)

capstring: Converts initial character of a string to upper case

Description

This function is useful for use before plotting, if one wants capitalized axis labels or factor levels.

Usage

capstring(names)

Value

A character vector with upper case initial values.

Arguments

names

a character vector

Author

W.J. Braun

Examples

Run this code
capstring(names(tinting)[c(3,4)])

library(lattice)
levels(tinting$agegp) <- capstring(levels(tinting$agegp))
xyplot(csoa ~ it | sex * agegp, data=tinting) 

Run the code above in your browser using DataLab