User Portlet User Portlet

Discussions
Better use string keys. `"vert"` instead of `vert`, it does not work because the `vert` from the package is really ``packageStruct`Private`vert``. You could also export keys' symbols next to `PK` but existance of e.g. `vert` before `Get` will...
Sorry I wrong to call function vertexAdj[vdata,idata] instead of vertexAdj[v,f]...