Description Usage Arguments Details Value Author(s) See Also Examples
Assigns spot sizes to rawDist objects for estimating averaging error.
1 2 |
rawDist |
|
file |
optional. ImageJ .zip file containing the spot size information. If |
path |
optional. A character argument specifying the location of the |
names |
optional. A character argument specifying how the names of |
types |
optional. A character vector specifying the |
If the .zip file containing spot size information is the same than from which the rawDist object was derived from and located in your working directory, assignment of spot sizes is simply specified by assign.size(rawDist). Otherwise, use the path argument to specify the folder where the file is located.
Returns a list of class 'rawDist' with a list of ppp objects containing locations of sample spot centroids and a list of hyperframes containing spot size information.
Mikko Vihtakari
read.ijdata spot.dist assign.value plot.spotDist
1 2 3 4 5 | data(shellspots)
shell <- convert.ijdata(shellspots)
path <- file.path(system.file("extdata", package = "sclero"))
sizes <- assign.size(shell, path = path)
sizes$spot.area
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.