Methods for Function as.data.frameD
方法功能as.data.frameD
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert a Sol object (or a extended class) into a data.frame with
转换一个Sol对象(或一个扩展类)到一个data.frame
用法----------Usage----------
## S4 method for signature 'Sol'
参数----------Arguments----------
参数:object
A Sol object (or extended.)
ASol对象(或延长)。
参数:complete
A logical.
一个逻辑。
方法----------Methods----------
signature(object = "Sol") This function converts the object into a zoo container with the as.zooD function and then into a data.frame with as.data.frame. Besides, it includes three additional columns named month, day (day of year) and year.
signature(object = "Sol")此功能将对象转换成zoo容器的as.zooD功能,然后进入一个data.frameas.data.frame。此外,它包括三个额外的列名为month,day(年中的一天)和year。
See as.zooD-methods for a description of the argument
见as.zooD-methods的说法的说明