Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
An operator form of Short with an alternative compressed representation of the output
ResourceFunction["AugmentedTerse"][][expr] produces a List in which the first part is expr with Short applied and the second part is the Dimensions of expr. | |
ResourceFunction["AugmentedTerse"][n][expr] produces an output of about n lines as the first part of the output. |
Control the Length of the Short form:
In[2]:= |
Out[2]= |
An infix form of the AugmentedTerse operator:
In[3]:= |
Out[3]= |
AugmentedTerse can be used as a function in which the first argument is the data to be shortened and the second argument is the approximate number of lines desired:
In[4]:= |
Out[4]= |
Get the Hash of the output instead of the Dimensions:
In[5]:= |
Out[5]= |
Find the ByteCount of the output instead of the Dimensions:
In[6]:= |
Out[6]= |
Set the "Augmentation" option to ListLinePlot to produce a visual representation of the output from a Collatz problem instead of its Dimensions:
In[7]:= |
Out[7]= |
Split the Fisher iris data on whether the value of the second feature is less than 3.5, and then show the features of the flowers falling into each category as well as the mean value of each of the features:
In[8]:= |
Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License