ndi.viz.vis.plot_tf
PLOT_TF - visualize temporal frequency results across conditions
STATS = PLOT_TF(TBL, CONDITION_NAME, REFERENCE_GROUP, GROUP_NAME, ...)
Given a table TBL and table column name that describes the different experimental
conditions CONDITION_NAME and the name of the REFERENCE_GROUP (the condition
that is the control) and the name of a column that determines random factors
(GROUP_NAME), plots many features relevant for TEMPORAL FREQUENCY tuning.
The fields that are examined are as follows:
[prefix '_tf_empirical_low_pass_index']
[prefix '_tf_ultimate_Pref']
[prefix '_tf_fitless_bandwidth']
[prefix '_tf_empirical_high_pass_index']
[prefix '_tf_empirical_max_response_value']
The function takes options as name/value pairs:
----------------------------------------------------------------------------------
| Parameter (default) | Description |
|------------------------------|-------------------------------------------------|
| prefix ('best') | The prefix to be applied in front of temporal |
| | frequency tuning fields. |
| colors (vlt.plot.colorlist())| The colors that should be assigned to the |
| | conditions. |
| group_line_color([1 1 0]) | The group mean line color. |
|------------------------------|-------------------------------------------------|