| exportHor | R Documentation | 
This function exports any skyscapeR.horizon object into the landscape format of Stellarium, ready to be imported.
exportHor(hor, name, author = "skyscapeR", description, ground_col, hor_col)
| hor | Horizon data in skyscapeR.horizon format. | 
| name | Horizon name to be displayed in Stellarium, if different from one in skyscapeR.horizon object. | 
| author | (Optional) Author, to be included in landscape.ini file. | 
| description | (Optional) Description, to be included in landscape.ini file. | 
| ground_col | Color of ground. Defaults to Stellarium's default. | 
| hor_col | Color of horizon line. Defaults to Stellarium's default. | 
Stellarium: a free open source planetarium
createHor, downloadHWT, plot.skyscapeR.horizon
# Downloads horizon data from HeyWhatsThat and exports it into Stellarium:
## Not run: 
hor <- downloadHWT('HIFVTBGK')
exportHor(hor, name='Test', description='Test horizon export to Stellarium')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.