| New in Wolfram Mathematica 6: Load-on-Demand Curated Data | ◄ previous | next ► |
In[1]:= | With[{is =
Select[IsotopeData[],
100 <= IsotopeData[#, "MassNumber"] <= 102 &]},
LayeredGraphPlot[
Table[(IsotopeData[#, "Symbol"] & /@ (i -> #)) & /@
IsotopeData[i, "DaughterNuclides"], {i, is}] // Flatten,
DirectedEdges -> True, VertexLabeling -> True]] |
Out[1]= ![]() | ![]() |