Narcissus cavanillesii

Narcissus cavanillesii is a species of the genus Narcissus (daffodils) in the family Amaryllidaceae. It is classified in Section Tapeinanthus, of which it is the sole member. Formerly it was classified as a separate genus Tapeinanthus.

Narcissus cavanillesii
Scientific classification
Kingdom: Plantae
Clade: Tracheophytes
Clade: Angiosperms
Clade: Monocots
Order: Asparagales
Family: Amaryllidaceae
Subfamily: Amaryllidoideae
Genus: Narcissus
Species:
N. cavanillesii
Binomial name
Narcissus cavanillesii
Barra & G.López[1][2]
Distribution range
Synonyms
  • Narcissus humilis (Cav.) Traub
  • Tapeinaegle humilis (Cav.) Herb

Description

Unlike the remaining species of Narcissus, the corona is almost completely absent, which was why it was classified as a separate genus.

Distribution

Narcissus cavanillesii is native to the southern Iberian Peninsula and North Africa.

gollark: tio!debug
gollark: This is ultrahyperfast***.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: Okay.
gollark: Working on it.

References

  1. The Plant List
  2. Anales Jard. Bot. Madrid 41: 202 1984..


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.