Functions and Formulas
Text
Text
concat
Creates a text list from a container, inserting a separator between the items.
Object concat(Collection x, Collection sep)
Parameters
| x : | is the collection of items to be listed. |
| sep : | is the item separator |
list
For a given correlation matrix, this function will create a string list of correlated items.
Collection list(Collection matrix, Collection x, String sep="","")
Parameters
| matrix : | is the correlation matrix |
| x : | is the tree or vector with the items to be listed |
| sep : | is the item separator |
strfind
Searches for a given text in another text
boolean strfind(Object haystack, Object needle)
Parameters
| haystack : | is the text or collection of text to be searched |
| needle : | is the keyword for the search operation |
text
Converts the argument to text
Collection text(Collection x, Collection x-1)
Parameters
| x : | is the value or collection of values to be converted to text. |
| x-1 : | is the value or collection of values to be converted to text. |
Feedback
Did you find what you needed?
If you have any further questions or suggestions to improve this page, please let us know: