Description Usage Arguments Value Author(s) References See Also Examples
Get the attributes of a GDS node.
| 1 | get.attr.gdsn(node)
 | 
| node | an object of class  | 
A list of attributes.
Xiuwen Zheng
http://github.com/zhengxwen/gdsfmt
put.attr.gdsn, delete.attr.gdsn
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # cteate a GDS file
f <- createfn.gds("test.gds")
node <- add.gdsn(f, "int", val=1:10000)
put.attr.gdsn(node, "missing.value", 10000)
f
get.attr.gdsn(node)
# close the GDS file
closefn.gds(f)
# delete the temporary file
unlink("test.gds", force=TRUE)
 | 
File: /work/tmp/test.gds (145B)
+    [  ]
\--+ int   { Int32 10000, 39.1K } *
$missing.value
[1] 10000
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.