write.html package:kftrack R Documentation
_W_r_i_t_e _h_t_m_l _p_a_g_e _w_i_t_h _a _m_a_p _o_f _t_h_e _t_r_a_c_k(_s)
_D_e_s_c_r_i_p_t_i_o_n:
Write html page with a map of the track(s). This html code Google
maps interface to display the estimated track(s) on a pretty map.
_U_s_a_g_e:
write.html(fitlist, description = rep("", length(fitlist)), file = "track.html", npoints = 20, level = 0.95, key = "none")
_A_r_g_u_m_e_n_t_s:
fitlist: One fit or a list of fits as returned from 'kftrack' or
'kfsst'
description: One string (in case of only one fit), or a vector of
strings, each with a description of a tag. Html tags are
allowed
file: The file where the html code is written
npoints: Number of points in the polygon representation of the
confidence ellipses
level: The confidence level
key: The Google Maps API key corresponding to the site where the
page is to be published. If no key is supplied the page will
still work, but should only be used locally
_A_u_t_h_o_r(_s):
John Sibert jsibert@soest.hawaii.edu, Anders Nielsen
anielsen@dina.kvl.dk
_R_e_f_e_r_e_n_c_e_s:
Google maps API
_S_e_e _A_l_s_o:
'addmap','plotmap','kftrack'
_E_x_a_m_p_l_e_s:
data(big.241)
fit<-kftrack(big.241, fix.last=FALSE)
write.html(fit)
#browseURL(normalizePath('track.html'))