|
834 | 834 | [ |
835 | 835 |
|
836 | 836 | {"name":"Y", "kind":"required", "type":[["table"], ["timetable"]]}, |
837 | | - {"name":"DataVars", "kind":"namevalue", "type":[["choices=tbl.Properties.VariableNames"], ["choices=tbl.Properties.VarNames"], ["logical", "vector"], ["double", "vector", ">0"], ["cellstr"], ["char"]], "purpose":"Table variables for which to compute polarhistograms"}, |
| 837 | + {"name":"DataVars", "kind":"namevalue", "type":[["choices=Y.Properties.VariableNames"], ["choices=Y.Properties.VarNames"], ["logical", "vector"], ["double", "vector", ">0"], ["cellstr"], ["char"]], "purpose":"Table variables for which to compute polarhistograms"}, |
838 | 838 | {"name":"nbins", "kind":"namevalue", "type":["numeric","vector"], "purpose":"number of bins (scalar) or bin edges (vector)"}, |
839 | 839 | {"name":"groupvars", "kind":"namevalue", "type":[["choices=tbl.Properties.VariableNames"], ["cellstr"], ["vector", "integer", ">0"], ["logical", "vector"], ["char"],["double"]], "purpose":"Grouping variable or [] if there is no grouping variable"}, |
840 | 840 | {"name":"opts", "kind":"properties", "type":"matlab.graphics.chart.primitive.Histogram"} |
|
852 | 852 | [ |
853 | 853 |
|
854 | 854 | {"name":"Y", "kind":"required", "type":["double", "2d"]}, |
855 | | - {"name":"DataVars", "kind":"namevalue", "type":[["logical", "vector"], ["double", "vector", ">0"]], "purpose":"numners indicating variables for which to compute polarhistograms"}, |
| 855 | + {"name":"DataVars", "kind":"namevalue", "type":[["logical", "vector"], ["double", "vector", ">0"]], "purpose":"Numbers indicating variables for which to compute polarhistograms"}, |
856 | 856 | {"name":"nbins", "kind":"namevalue", "type":["numeric","vector"], "purpose":"number of bins (scalar) or bin edges (vector)"}, |
857 | 857 | {"name":"groupvars", "kind":"namevalue", "type":[["vector", "integer", ">0"], ["logical", "vector"],["double"]], "purpose":"Grouping variable or [] if there is no grouping variable"}, |
858 | 858 | {"name":"opts", "kind":"properties", "type":"matlab.graphics.chart.primitive.Histogram"} |
|
0 commit comments