Deprecated(base)
Deprecated()所属R语言包:base
Marking Objects as Deprecated
标记为已过时的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
When an object is about removed from R it is first deprecated and should include a call to .Deprecated.
当一个对象是关于从R中删除它第一次被弃用,并应包括呼叫.Deprecated。
用法----------Usage----------
.Deprecated(new, package=NULL, msg)
参数----------Arguments----------
参数:new
character string: A suggestion for a replacement function.
字符串:更换功能的建议。
参数:package
character string: The package to be used when suggesting where the deprecated function might be listed.
字符串:过时的功能,可能会列出建议时,要使用的包。
参数:msg
character string: A message to be printed, if missing a default message is used.
字符串:要打印一条消息,如果缺少默认消息。
Details
详情----------Details----------
.Deprecated("<new name>") is called from deprecated functions. The original help page for these functions is often available at help("oldName-deprecated") (note the quotes). Functions should be listed in help("pkg-deprecated") for an appropriate pkg, including base.
.Deprecated("<new name>")是从废弃的函数调用。原来这些功能的帮助页面常常是在help("oldName-deprecated")(注意引号)。功能应列出一个合适的help("pkg-deprecated"),包括pkg在base。
参见----------See Also----------
Defunct
Defunct
base-deprecated and so on which list the deprecated functions in the packages.
base-deprecated“等,在包被废弃的函数列表。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|