lntShowNeighbors
lntShowNeighbors(
w_window
)
=> t / nil
Description
Displays computed neighbors for the specified window. The computed neighbors can be hidden using the lntHideNeighbors SKILL function. Use lntClearNeighbors to delete all neighbors.
Arguments
|
ID of the window in which computed neighbors are to be shown. |
Value Returned
Example
window = hiGetCurrentWindow()
lntComputeNeighbors(window 0.04)
lntHideNeighbors(window)
lntShowNeighbors(window)
Computes neighbors for the traces in the current window, hides them, then shows them again.
Related Topics
Return to top