Salvia flocculosa
Salvia flocculosa is a species of flowering plant in the family Lamiaceae that is native to Ecuador. Its natural habitat is subtropical or tropical moist montane forests.
Salvia flocculosa | |
---|---|
Scientific classification | |
Kingdom: | Plantae |
Clade: | Tracheophytes |
Clade: | Angiosperms |
Clade: | Eudicots |
Clade: | Asterids |
Order: | Lamiales |
Family: | Lamiaceae |
Genus: | Salvia |
Species: | S. flocculosa |
Binomial name | |
Salvia flocculosa | |
Sources
- Montúfar, R. & Pitman, N. (2004). "Salvia flocculosa". The IUCN Red List of Threatened Species. IUCN. 2004: e.T45571A11005212. doi:10.2305/IUCN.UK.2004.RLTS.T45571A11005212.en. Retrieved 18 December 2017.
gollark: At http://rust-is.cool, obviously.
gollark: r u s t w i k i
gollark: Needs more Rust.
gollark: Yes, I have that app.
gollark: ```glsl#ifdef GL_FRAGMENT_PRECISION_HIGHprecision highp float;#elseprecision mediump float;#endifuniform vec2 resolution;uniform float time;float chunk(float x, float to) { return floor(x / to) * to;}float rescale(float x) { return (x + 1.) / 2.;}void main(void) { vec2 u = gl_FragCoord.xy; vec2 c = vec2( chunk(u.x, 50.), chunk(u.y, 50.) ); vec2 uv = c / resolution.xy; gl_FragColor = vec4( uv, rescale(sin(time)), 1.0 );}```GlsL.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.