Search Results:
Showing results 1 to 10 of 33,010.
Function colorVector [dsmodels v1.1.0]
- keywords
- internal
- title
- Set Color Vector From Parameters
- description
- Outputs a color vector. If the combined length of col and image is 2, and iters is greather than 1, this function creates a gradient from first specified color to the second. The length of said vector will be equal to iters. If the combined length of col and image is greater than two, then the output will be a vector of whatever was input into col and image with output length being min(length(col) + length(image), iters).
Function +.dsproto [dsmodels v1.1.0]
- keywords
- internal
- title
- Adds a new component to a dsmodel.
- description
- This operator allows you to add objects to a model, or to collect objects before they are added to a model.
Function NaNRemove [dsmodels v1.1.0]
- keywords
- internal
- title
- NaNRemove
- description
- Finds and removes all 2-d points which produce NaNs
Function background [dsmodels v1.1.0]
- keywords
- internal
- title
- Background
- description
- Background
Function boolpos [dsmodels v1.1.0]
- keywords
- internal
- title
- Find Positions of False Elements
- description
- Returns all positions of elements in v where fun(v) returns FALSE.
Function $.dsproto [dsmodels v1.1.0]
- keywords
- internal
- title
- Used to call members of a dsproto
- description
- Used to call members of a dsproto
Function features [dsmodels v1.1.0]
- keywords
- internal
- title
- Features
- description
- Defines a category for the different kinds of non-model dsprotos
Function findFixedPoint [dsmodels v1.1.0]
- keywords
- internal
- title
- Finds which fixed-point a point will end up at under a certain function.
- description
- Finds which fixed-point a point will end up at under a certain function.
Function is.dsimage [dsmodels v1.1.0]
- keywords
- internal
- title
- Reports whether x is a dsimage
- description
- Reports whether x is a dsimage
Function is.dspoint [dsmodels v1.1.0]
- keywords
- internal
- title
- Reports whether x is a dspoint
- description
- Reports whether x is a dspoint