cgIds | R Documentation |
This data frame contains information linking cgPlaId, cgCd, and expNm for experimental plots 1, 2, 6, 7, 8, and 9. There are a total of 20870 records. This data frame is used in the function "exPt01CoreDataSummary" to link cgPlaId from cg1CoreData on the Echinacea Project website and expNm. This data frame was generated by the script prepare.cgPlaIDToExpNm.R, which is saved in ..Dropbox/CGData/040_prepareProjectData/cg1 CORE Data/Rcode/prepare.cgPlaIDToExpName.R.
cgIds
A 20870 x 3 data frame
Variables:
cgPlaId, the common garden ID of each common garden position
cgCd, experimental plot each cgPlaId is in
expNm, name of the experiment each cgPlaId is in
dim(cgIds)
str(cgIds)
table(cgIds$cgCd)
table(cgIds[cgIds$cgCd == "cg1", "expNm"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.