@use_docstring_from(Nvector)
    def Nvector(self, *args, **kwds):
        "{super}"
        kwds.pop('frame', None)
        return Nvector(*args, frame=self, **kwds)