View source: R/zooroh_accessor.R
update_zres | R Documentation |
The function is used for example when the main analysis failed for one individual. The analysis is repeated for that individual with other parameters. The function can then be used to insert the new results in the main zres object. To avoid generating to large files, the updated zres object can take the same name as zres1 doing zres1 <- update_zres(zres1,zres2).
update_zres(zres1, zres2)
zres1 |
The main zres object that will be modified. |
zres2 |
The new zres object, with the new results that will be inserted in the main zres object. |
an updated zres object containing the results from zres1 updated by those from zres2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.