create_SI: Create a Model of Silica Bead

Description Usage Arguments Value

View source: R/scatterer.R

Description

Create_SI creates a model of a silica bead. This is really just a convenience wrapper for create_particle with default refractive index corresponding to silica The user only needs to specify the size of the bead. **Please note that this function uses the diameter, NOT the radius of the particle!**

Usage

1
create_SI(medium = 1.34, lambda = 488, n = 1.463, d)

Arguments

medium

The refractive index (RI) of the material surrounding the particle (Default = 1.34, approximating the RI of normal saline solution)

lambda

The wavelength of the incident light, in nm. Default = 488.

n

The refractive index of Silica. Default = 1.463.

d

The diameter of the silica bead, in nm.

Value

An object of class Scatterer.


rogerswt/flowMie documentation built on Jan. 31, 2021, 8 a.m.