Functions used internally for printing information in taxon objects. They have to be exported to work, but they are not intended to be directly used by most users.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | ## S3 method for class 'taxa_taxon'
format(x, ...)
## S3 method for class 'taxa_taxon'
obj_print_data(x, ...)
## S3 method for class 'taxa_taxon'
obj_print_footer(x, ...)
## S3 method for class 'taxa_taxon'
vec_ptype_abbr(x, ...)
## S3 method for class 'taxa_taxon'
vec_ptype_full(x, ...)
## S3 method for class 'taxa_taxon'
pillar_shaft(x, ...)
## S3 method for class 'taxa_taxon_authority'
format(x, ...)
## S3 method for class 'taxa_taxon_authority'
obj_print_data(x, ...)
## S3 method for class 'taxa_taxon_authority'
vec_ptype_abbr(x, ...)
## S3 method for class 'taxa_taxon_authority'
vec_ptype_full(x, ...)
## S3 method for class 'taxa_taxon_authority'
pillar_shaft(x, ...)
## S3 method for class 'taxa_taxon_db'
format(x, ...)
## S3 method for class 'taxa_taxon_db'
vec_ptype_abbr(x, ...)
## S3 method for class 'taxa_taxon_db'
vec_ptype_full(x, ...)
## S3 method for class 'taxa_taxon_db_def'
obj_print_data(x, ...)
## S3 method for class 'taxa_taxon_db_def'
vec_ptype_full(x, ...)
## S3 method for class 'taxa_taxon_id'
format(x, ...)
## S3 method for class 'taxa_taxon_id'
obj_print_data(x, ...)
## S3 method for class 'taxa_taxon_id'
vec_ptype_abbr(x, ...)
## S3 method for class 'taxa_taxon_id'
vec_ptype_full(x, ...)
## S3 method for class 'taxa_taxon_id'
pillar_shaft(x, ...)
## S3 method for class 'taxa_taxon_rank'
format(x, ...)
## S3 method for class 'taxa_taxon_rank'
obj_print_data(x, ...)
## S3 method for class 'taxa_taxon_rank'
obj_print_footer(x, ...)
## S3 method for class 'taxa_taxon_rank'
vec_ptype_abbr(x, ...)
## S3 method for class 'taxa_taxon_rank'
vec_ptype_full(x, ...)
## S3 method for class 'taxa_taxon_rank'
pillar_shaft(x, ...)
## S3 method for class 'taxa_taxon_rank_level'
format(x, ...)
## S3 method for class 'taxa_taxon_rank_level'
obj_print_data(x, ...)
## S3 method for class 'taxa_taxon_rank_level'
vec_ptype_abbr(x, ...)
## S3 method for class 'taxa_taxon_rank_level'
vec_ptype_full(x, ...)
## S3 method for class 'taxa_taxon_rank_level'
toString(x, ...)
## S3 method for class 'taxa_taxonomy'
format(x, ...)
## S3 method for class 'taxa_taxonomy'
obj_print_data(x, ...)
## S3 method for class 'taxa_taxonomy'
obj_print_footer(x, ...)
## S3 method for class 'taxa_taxonomy'
vec_ptype_abbr(x, ...)
## S3 method for class 'taxa_taxonomy'
vec_ptype_full(x, ...)
## S3 method for class 'taxa_taxonomy'
pillar_shaft(x, ...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.