The R Project SVN R

Rev

Rev 27652 | Rev 36816 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27652 Rev 27712
Line 97... Line 97...
97
sfun0
97
sfun0
98
summary(sfun0)
98
summary(sfun0)
99
summary(sfun.2)
99
summary(sfun.2)
100
 
100
 
101
## look at the internal structure:
101
## look at the internal structure:
102
print.default(sfun0)
102
unclass(sfun0)
103
ls.str(envir = environment(sfun0))
103
ls(envir = environment(sfun0))
104
 
104
 
105
x0 <- seq(0.5,3.5, by = 0.25)
105
x0 <- seq(0.5,3.5, by = 0.25)
106
rbind(x=x0, f.f0 = sfun0(x0), f.f02= sfun.2(x0),
106
rbind(x=x0, f.f0 = sfun0(x0), f.f02= sfun.2(x0),
107
      f.f1 = sfun1(x0), f.f1c = sfun1c(x0))
107
      f.f1 = sfun1(x0), f.f1c = sfun1c(x0))
108
## Identities :
108
## Identities :