Description Usage Arguments Details Value Examples
coef<-
is a generic function which replaces the coefficients of a
polynomial. coefficients<-
is an alias for it.
1 2 3 4 5 |
object |
any object. |
... |
further arguments passed to or from other methods. The default method passes
these arguments to |
value |
a numeric or complex vector, or an object which can be coerced by
|
All attributes of object
are retained except for the class
attribute which is set to "polynomial"
.
For coef<-
, the updated object. (Note that the value of
coef(object, ...) <- value
is that of the assignment, value
, not
the return value from the left-hand side.)
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.