[<-,heap,vector,missing,list-method {datastructures} | R Documentation |
Inserts <key, value> pairs to a heap. The keys are determine the ordering of the heap, while the value is the actual value to store.
## S4 replacement method for signature 'heap,vector,missing,list' x[i] <- value
x |
a heap object, such as a |
i |
a vector of keys |
value |
a vector of values for the keys |