Search Results:
Showing results 1 to 10 of 736.
Function lines.density.circular [circular v0.4-93]
- keywords
- dplot
- title
- Add a Plot for Kernel Density Estimation for Circular Data
- description
- The lines add a plot for density.circular objects.
Function plot.density.circular [circular v0.4-93]
- keywords
- dplot
- title
- Plot Method for Kernel Density Estimation for Circular Data
- description
- The plot method for density.circular objects.
Function Clockwise [DescTools v0.99.19]
- keywords
- dplot
- title
- Calculates Begin and End Angle From a List of Given Angles in Clockwise Mode
- description
- Transforms given angles in counter clock mode into clockwise angles.
Function rrx2x [sievetest v1.2.3]
- keywords
- dplot
- title
- Sieve Test Data Object Plot Coordinates Transformation Functions
- description
- Function transform user coordinates of plot to axis coordinates or vise versa.
Function pedtodot [gap v1.1-22]
- keywords
- dplot
- title
- Converting pedigree(s) to dot file(s)
- description
- This function converts GAS or LINKAGE formatted pedigree(s) into .dot file for each pedigree to be used by dot in graphviz, which is a flexible package for graphics freely available. Note that a single PostScript (PDF) file can be obtainaed by dot, fdp, or neato. dot -Tps <dot file> -o <ps file> or fdp -Tps <dot file> -o <ps file> or neato -Tps <dot file> -o <ps file> See relevant documentations for other formats. To preserve the original order of pedigree(s) in the data, you can examine the examples at the end of this document. Under Cygwin/Linux/Unix, the PostScript file can be converted to Portable Document Format (PDF) default to Acrobat. ps2pdf <ps file> Use ps2pdf12, ps2pdf13, or ps2pdf14 for appropriate versions of Acrobat according to information given on the headline of <ps file>. Under Linux, you can also visualize the .dot file directly via command, dotty <dot file> &
Function tritrafo [klaR v0.6-14]
- keywords
- dplot
- title
- Barycentric plots
- description
- Function to carry out the transformation into 2D space for triplot, trilines etc.
Function thin [Boom v0.8]
- keywords
- dplot
- title
- Thin the rows of a matrix
- description
- Systematic sampling of every thin'th row of a matrix or vector. Useful for culling MCMC output or denoising a plot.
Function ellipse3d [rgl v0.99.16]
- keywords
- dplot
- title
- Make an ellipsoid
- description
- A generic function and several methods returning an ellipsoid or other outline of a confidence region for three parameters.
Function par3dinterp [rgl v0.99.16]
- keywords
- dplot
- title
- Interpolator for par3d parameters
- description
- Returns a function which interpolates par3d parameter values, suitable for use in animations.
Function play3d [rgl v0.99.16]
- keywords
- dplot
- title
- Play animation of rgl scene
- description
- play3d calls a function repeatedly, passing it the elapsed time in seconds, and using the result of the function to reset the viewpoint. movie3d does the same, but records each frame to a file to make a movie.