|
|
|
Add-In Tools
In version 4.17 we added the ability for users to add and run their own modules, taking
advantage of PC-ORD's basic file
handling, windowing, and graphing abilities. You will find a new PC-ORD menu item named Tools for this. A module can be
written in any language under the Windows environment. The user's module needs to read the
data, either in wk1 format or as a text file in csv format, then create text output files
using file names PC-ORD expects.
Depending on the files created, PC-ORD
will handle the output appropriately (numerical output, graph files). Below are the
appropriate specifications for those files. The specifications can also be found in the PC-ORD help file under the Add-In topic.
We hope this will stimulate research on multivariate methods by allowing users to focus on
the methods themselves, rather than spending a lot of time on file handling and data
management chores. It might also provide a vehicle for sharing your methods with your
colleagues and students.
Download
Add-In Programmer Sample files
Download and save the file as AddGuide5.EXE (96K). Then run AddGuide5.EXE. This is a
self-extracting file.
Posting Add-In on Website
Posted Add-Ins
Note: MjM Software Design makes no claims of reliability of posted Add-Ins. |
|
|
|
Posting
Add-In on Website
If you wish, we will post your add-in on the PC-ORD
web site (www.pcord.com), so that others may use your add-in. You may find this to be a
great way to share your work with your colleagues and students. MjM will not charge for
this service.
To post your add-in
1. Give the executable module (*.DLL or *.EXE) a descriptive name as the executable
module name is what the user will see in the menu.
2. Provide author(s) names
3. Provide contact email address
4. Email the executable module plus a short description of what the add-in does to mjm@centurytel.net.
5. If your compiler requires it, be sure to include any runtime library specific to your
compiler. For example, to run our Visual Fortran DLLs, the libraries Dforrt.dll and
Msvcrt.dll must be present.
6. Please note any limitations data beyond those imposed by PC-ORD.
For example, if you are using fixed array sizes, specify the maximum dimensions allowed
for those arrays. |
|
|
|
Posted
Add-Ins
Nestedness
Author: Bruce McCune
Purpose: Evaluating nestedness in a community matrix. The basic concept of
nestedness is that sample units with few species should tend to have only the most
frequent species. Conversely, rare species are most likely to occur in species-rich sample
units, moreso than would be expected by chance (Patterson & Atmar 1986). Theoretical
and conservation implications of nestedness have been discussed by Patterson & Atmar
(1986), Brualdi & Sanderson (1999), Jonsson (2001) and others.
- Download and save the file as Nestedness.exe (106K) in the 'Program Files\PCORD 5\Add-In
Modules' folder.
- Run Nestedness.exe. This is a self-extracting file.
- In PC-ORD select Tools | Add Module | Browse and select Nestedness.dll.
Click here to download Nestedness.exe
WK1TOGPH
Author: Bruce McCune
Purpose: Writes an ordination graph file using the first three data columns of a PC-ORD
main matrix. If fewer than three data columns are present, then 1 or 2 columns are
written into the graph file. The resulting file is written to the default directory
with the name WK1TOGPH.GPH. The file can then be renamed and moved to wherever it is
convenient. If the file already exists, it is overwritten.
- Download and save the file as WK1TOGPH.exe (97K) in the 'Program Files\PCORD 5\Add-In
Modules' folder.
- Run WK1TOGPH.exe. This is a self-extracting file.
- In PC-ORD select Tools | Add Module | Browse and select WK1TOGPH.dll.
Click here to download WK1TOGRH.exe |
|