| Line 5: |
Line 5: |
| | These functions operate on array locations and values to create contours and other interesting operations. | | These functions operate on array locations and values to create contours and other interesting operations. |
| | | | |
| − | [[Array.indices()]] | + | [[Array.indices(SomeFunction,SubtractByArray,ScaleByArray,DoNotShowIndices,SomeRowArray)]] |
| | | | |
| | Parameters: Function,SubtractByArray,ScaleByArray,DoNotShowIndices,RowArray | | Parameters: Function,SubtractByArray,ScaleByArray,DoNotShowIndices,RowArray |
| Line 11: |
Line 11: |
| | Function is applied to array indices at each array location scaled by Scale Array, with SubtractByArray subtracted. Indices can be avoided in output with DoNotShowIndices parameter. RowArray can filter the output. | | Function is applied to array indices at each array location scaled by Scale Array, with SubtractByArray subtracted. Indices can be avoided in output with DoNotShowIndices parameter. RowArray can filter the output. |
| | | | |
| − | [[Array.xy()]] | + | [[Array.xy(SomeFunctionArray, SomeOffsetArray, SomeScaleArray, SomeGiveIndicesAlso,SomeDoCentering)]] |
| | | | |
| | Parameters: (Function, OffsetArray, ScaleArray,GiveIndicesAlso,DoCentering) | | Parameters: (Function, OffsetArray, ScaleArray,GiveIndicesAlso,DoCentering) |
| Line 17: |
Line 17: |
| | | | |
| | | | |
| − | [[Array.xypanel()]] | + | [[Array.xypanel(SomeFunctionArray, SomeOffsetArray, SomeScaleArray, SomeGiveIndicesAlso)]] |
| | | | |
| | Similar to .xy but with DoCentering as default. | | Similar to .xy but with DoCentering as default. |
| | | | |
| − | [[Array.applyat()]] | + | [[Array.applyat(SomeFunction,SubtractByArray,ScaleByArray,DoShowIndices)]] |
| | | | |
| | | | |
| Line 29: |
Line 29: |
| | | | |
| | | | |
| − | [[Array.atnode()]] | + | [[Array.atnode(SomeFunction,SubtractByArray,ScaleByArray,DoNotShowIndices)]] |
| | | | |
| | Similar to .indices, but just to get the node value. | | Similar to .indices, but just to get the node value. |
| Line 39: |
Line 39: |
| | [[Array.nodeindex()]] | | [[Array.nodeindex()]] |
| | | | |
| − | Similar to atindex, but just to get the node indices. | + | Similar to atindex, but just to get the node indices. Calls Array.indices(UNDEFINED,UNDEFINED,UNDEFINED,true) |
| | | | |
| | [[Array.indexanddata(SomeFunction,SubtractByArray,ScaleByArray,DoNotShowIndices,SomeRowArray)]] | | [[Array.indexanddata(SomeFunction,SubtractByArray,ScaleByArray,DoNotShowIndices,SomeRowArray)]] |
| Line 47: |
Line 47: |
| | For internal use only. | | For internal use only. |
| | | | |
| − | [[Array.indicesCore()]] | + | [[Array.indicesCore(UseValuesAtFlag,SomeFunction,SubtractByArray,ScaleByArray,DoNotShowIndices,SomeRowArray)]] |
| | | | |
| | For internal use only. | | For internal use only. |