plot-methods(spd)
plot-methods()所属R语言包:spd
Method: Plotting (S4) for implemented S4 classes
方法:绘制实现S4类(S4)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Locally implemented and modified methods for plotting the fit of the GPDFIT object (taken from package fExtremes), and the overall fit of the GPDTAILS object.
本地实施和修改的方法绘制的配合GPDFIT对象(从包装fExtremes),和的整体配合GPDTAILS对象。
用法----------Usage----------
plot(x,y,...)
参数----------Arguments----------
参数:x
An object of class GPDFIT or GPDTAILS.
对象的类GPDFIT或GPDTAILS。
参数:y
missing
失去
参数:...
[which] - <br> Valid arguments are “ask” for interactive plotting, “all” to plot all or a number from 1 to 6 indicating the desired charts to plot.
[] - <BR>有效的参数是“问”交互式绘图“,所有的”指示所需的图表来绘制,绘制或从1数到6。
实例----------Examples----------
library(MASS)
x<-SP500/100
fit<-spdfit(x)
plot(fit,which=1)
# this in fact exctracts the GPDFIT object (from GPDTAILS) for which plot methods exist.[这其实exctracts的曲线图方法存在的GPDFIT对象(从GPDTAILS为)。]
plot(fit,which=3)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|