Description Usage Arguments Value
Batch Transform (internal)
1 2 3 4 5 6 7 8 9 | batch_transform_(
batch,
project_id = Sys.getenv("webmorph_project_id"),
norm = c("none", "twopoint", "rigid"),
normpoint = 0:1,
sample_contours = TRUE,
warp = c("multiscale", "linear", "multiscalerb"),
format = c("jpg", "png", "gif")
)
|
batch |
checked data frame containing batch info |
project_id |
the project ID |
norm |
how to normalise |
normpoint |
points for twopoint normalisation |
sample_contours |
whether to sample contours |
warp |
warping algorithm to use |
format |
image format |
stimlist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.