# get help information about the function 'plot' help(plot) plot(x, y, ...) :q
Exit/quit by typing letter 'q'
# find function that contains the tag 'concatenate' in the help text
help.search('concatenate') base::cat Concatenate and Print
base::paste Concatenate Strings °°° # get information about an installed R package
Title: Visualization of a Correlation Matrixhelp(package = 'corrplot') Version: 0.84 °°°
|
GNU R >