Return the default element for a vector object.
返回默认元素矢量对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For a vector object, this generic returns a length one vector with the default element for the vector as the first (and only) element.
对于矢量对象,这个通用的一个向量的长度返回默认元素为向量作为第一个元素(只)。
用法----------Usage----------
defaultElement(x)
参数----------Arguments----------
参数:x
A vector object.
矢量对象。
值----------Value----------
A length one vector with the default element.
一个向量的长度,默认元素。
参见----------See Also----------
externalVector-class for the method for this
externalVector-class此方法