Home
Manual
Packages
Global Index
Keywords
Quick Reference
|
all functions - P
PlotDaughter
|
NT
PlotDaughter(Node,i,color=,scaleR=)
For a substructure ensemble Node, plots the childs of structure Node(i).
i can be a scalar or an index array.
The circles radius can be multiplied by scaleR (default scaleR=1000).
interpreted function, defined at contrib/Read_node.i line 51
|
SEE
|
ALSO,
:,
PlotNode,,
PlotNodeLeaves
|
PlotEq
|
PlotEq
interpreted function, defined at contrib/Read_node.i line 334
|
PlotNode
|
NT
PlotNode(Node,color=,level=,scaleR=,width=)
plots all the Node substructures of a given level.
if level is not given all the subtructures will be drawn.
interpreted function, defined at contrib/Read_node.i line 224
|
SEE
|
ALSO,
:,
PlotDaughter,PlotTreeNodes
|
PlotNodeLeaves
|
NT
PlotNodeLeaves(Node,color=,scaleR=,width=)
plots all the leaves contained in Node.
interpreted function, defined at contrib/Read_node.i line 252
|
SEE
|
ALSO,
:,
PlotDaughter,,
PlotNode
|
Projec
|
NT
Projec(fonc,maxx,maxy,maxz,R200,x=,y=,z=,sz=,rescale=)
return "fonc" interpolated on a sphere centered in "maxx" "maxy" "maxz" with a radius of "R200". fonc is defined on x,y,z.
sz=size of the projected map.
rescale=1 if R200 is given using number of cases (and not in distance unit).
interpreted function, defined at contrib/harmonic.i line 446
|
|